-
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
Match format of filename output in GvsRescatterCallsetInterval #7539
Conversation
Travis reported job failures from build 36661
|
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.
one question, otherwise 👍
@@ -12,7 +12,7 @@ workflow GvsRescatterCallsetInterval { | |||
File reference | |||
File reference_dict | |||
File reference_index | |||
String final_output_gcs_dir | |||
String? final_output_gcs_dir |
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.
this gets passed into merge vcfs. do we know whether this works if it is not specified?
$(echo ~{output_directory} | sed 's//$//')
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.
I tested it and it's the same technique used in GvsExtractCallset
(see https://github.com/broadinstitute/gatk/blob/ah_var_store/scripts/variantstore/wdl/GvsExtractCallset.wdl#L214)
No description provided.