Skip to content

Commit

Permalink
Update EvidenceQC templates (#763)
Browse files Browse the repository at this point in the history
* Update EvidenceQC templates

* Remove melt_vcfs.
  • Loading branch information
VJalili authored Jan 2, 2025
1 parent fde9e1c commit 0f37c11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
"EvidenceQC.genome_file": "${workspace.genome_file}",

"EvidenceQC.batch": "${this.sample_set_id}",
"EvidenceQC.melt_insert_size": "${this.samples.melt_insert_size}",
"EvidenceQC.counts": "${this.samples.coverage_counts}",
"EvidenceQC.manta_vcfs": "${this.samples.manta_vcf}",
"EvidenceQC.melt_vcfs": "${this.samples.melt_vcf}",
"EvidenceQC.wham_vcfs": "${this.samples.wham_vcf}",
"EvidenceQC.scramble_vcfs": "${this.samples.scramble_vcf}",
"EvidenceQC.samples": "${this.samples.sample_id}"
Expand Down
2 changes: 1 addition & 1 deletion inputs/templates/test/EvidenceQC/EvidenceQC.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"EvidenceQC.batch": {{ test_batch.name | tojson }},
"EvidenceQC.counts": {{ test_batch.counts | tojson }},
"EvidenceQC.manta_vcfs": {{ test_batch.manta_vcfs | tojson }},
"EvidenceQC.melt_vcfs": {{ test_batch.melt_vcfs | tojson }},
"EvidenceQC.wham_vcfs": {{ test_batch.wham_vcfs | tojson }},
"EvidenceQC.scramble_vcfs": {{ test_batch.scramble_vcf }},
"EvidenceQC.samples": {{ test_batch.samples | tojson }}
}

0 comments on commit 0f37c11

Please sign in to comment.