Skip to content

Commit 13bc21a

Browse files
jbv2jfy133
andauthored
Update conf/modules.config
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
1 parent 23c110f commit 13bc21a

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
@@ -1617,7 +1617,7 @@ process {
16171617
ext.args = {
16181618
[
16191619
"--sample-ploidy ${meta2.ploidy}",
1620-
" ref_meta.ploidy ? "--sample-ploidy ${ref_meta.ploidy}" : "--sample-ploidy 2",
1620+
ref_meta.ploidy ? "--sample-ploidy ${ref_meta.ploidy}" : "--sample-ploidy 2",
16211621

16221622
"-stand_call_conf ${params.genotyping_gatk_call_conf}",
16231623
"-dcov ${params.genotyping_gatk_ug_downsample}",

0 commit comments

Comments
 (0)