-
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
AH - update mitochondria wdl for new pipeline #6597
Conversation
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.
Looks good, just wondering if we can clean up any unused inputs. Thanks!
@@ -523,6 +527,7 @@ task Filter { | |||
Boolean compress | |||
Float? vaf_cutoff | |||
String sample_name |
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.
Since you're switching to base_name
can you delete sample_name
from the whole pipeline? Does it get used anywhere? I didn't see it in this task.
@@ -1,8 +1,11 @@ | |||
{ | |||
"MitochondriaPipeline.wgs_aligned_input_bam_or_cram": "input_bam_here", | |||
"MitochondriaPipeline.wgs_aligned_input_bam_or_cram_index": "input_bam_index_here", | |||
"MitochondriaPipeline.autosomal_coverage": autosomal_median_coverage_here, | |||
"MitochondriaPipeline.autosomal_coverage": "autosomal_median_coverage_here", |
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 think we left the quotes off in this example to indicate that this was an Int instead of a String. Do you think it would be clearer to put an actual example here like 30?
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.
Looks good! Thanks 👍
* change sample name to base filename * add base name to final split vcf * add --read-index option * remove sample_name * remove sample_name from json in m2_cromwell_tests
* change sample name to base filename * add base name to final split vcf * add --read-index option * remove sample_name * remove sample_name from json in m2_cromwell_tests
No description provided.