Skip to content

Commit f48cfeb

Browse files
committed
Fix HC caller command as they renamed the parameter
1 parent 9f1c719 commit f48cfeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ process {
16481648
tag = { "${meta.reference}|${meta.sample_id}" }
16491649
ext.args = {
16501650
[
1651-
meta2.ploidy ? "--sample_ploidy ${meta2.ploidy}" : "--sample_ploidy 2",
1651+
meta2.ploidy ? "--sample-ploidy ${meta2.ploidy}" : "--sample-ploidy 2",
16521652
"-stand-call-conf ${params.genotyping_gatk_call_conf}",
16531653
"--output-mode ${params.genotyping_gatk_hc_out_mode}",
16541654
"--emit-ref-confidence ${params.genotyping_gatk_hc_emitrefconf}",

0 commit comments

Comments
 (0)