Skip to content
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

Merged
merged 10 commits into from
Jun 26, 2020
Merged

Conversation

ahaessly
Copy link
Contributor

No description provided.

@ahaessly ahaessly requested a review from meganshand May 12, 2020 18:16
Copy link
Contributor

@meganshand meganshand left a 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
Copy link
Contributor

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",
Copy link
Contributor

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?

Copy link
Contributor

@meganshand meganshand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks 👍

@ahaessly ahaessly merged commit 7f17b00 into master Jun 26, 2020
@ahaessly ahaessly deleted the ah_mt_fixspaces_wdl branch June 26, 2020 14:43
jonn-smith pushed a commit that referenced this pull request Jul 14, 2020
* 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
mwalker174 pushed a commit that referenced this pull request Nov 3, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants