-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for TDR DRS URIs in Import #7528
Conversation
kcibul
commented
Oct 27, 2021
•
edited
Loading
edited
- disabled localization optional
- changed datatype from Array[File] to Array[String]
- added parameter for indexes (since they can live in different locations)
- do our own localization in all cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one question
fi | ||
# we always do our own localization | ||
gsutil cp $input_vcf . | ||
gsutil cp $input_vcf_index . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this mean that we can't run this/test with files on our local filesystem? maybe this isn't a valid use case though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true -- though like you point out we don't really run these WDLs locally (and they need GCS anyway for the bucket to load to bq, etc)