We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c80d8e commit 8d0383dCopy full SHA for 8d0383d
1 file changed
conf/modules.config
@@ -1698,9 +1698,9 @@ process {
1698
[
1699
ref_meta.ploidy ? "-p ${ref_meta.ploidy}" : '',
1700
"-C ${params.genotyping_freebayes_min_alternate_count}",
1701
- { params.genotyping_freebayes_skip_coverage == 0 ? "" : "-g ${params.genotyping_freebayes_skip_coverage}" },
1702
- ]
1703
- }.join(' ').trim()
+ params.genotyping_freebayes_skip_coverage == 0 ? "" : "-g ${params.genotyping_freebayes_skip_coverage}",
+ ].join(' ').trim()
+ }
1704
}
1705
ext.prefix = { "${meta.sample_id}_${meta.reference}" }
1706
publishDir = [
0 commit comments