Skip to content

Commit

Permalink
Template bug fix (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili authored Jan 2, 2025
1 parent 0f37c11 commit a1f302d
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -11,6 +11,6 @@
"EvidenceQC.counts": {{ test_batch.counts | tojson }},
"EvidenceQC.manta_vcfs": {{ test_batch.manta_vcfs | tojson }},
"EvidenceQC.wham_vcfs": {{ test_batch.wham_vcfs | tojson }},
"EvidenceQC.scramble_vcfs": {{ test_batch.scramble_vcf }},
"EvidenceQC.scramble_vcfs": {{ test_batch.scramble_vcf | tojson }},
"EvidenceQC.samples": {{ test_batch.samples | tojson }}
}

0 comments on commit a1f302d

Please sign in to comment.