We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1c719 commit f48cfebCopy full SHA for f48cfeb
1 file changed
conf/modules.config
@@ -1648,7 +1648,7 @@ process {
1648
tag = { "${meta.reference}|${meta.sample_id}" }
1649
ext.args = {
1650
[
1651
- meta2.ploidy ? "--sample_ploidy ${meta2.ploidy}" : "--sample_ploidy 2",
+ meta2.ploidy ? "--sample-ploidy ${meta2.ploidy}" : "--sample-ploidy 2",
1652
"-stand-call-conf ${params.genotyping_gatk_call_conf}",
1653
"--output-mode ${params.genotyping_gatk_hc_out_mode}",
1654
"--emit-ref-confidence ${params.genotyping_gatk_hc_emitrefconf}",
0 commit comments