We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bb01d commit c0a3eadCopy full SHA for c0a3ead
conf/modules/haplotypecaller.config
@@ -119,7 +119,7 @@ process {
119
]
120
}
121
122
- if (!(params.tools && params.tools.split(',').contains('haplotypecaller'))) {
+ if (params.tools && params.tools.split(',').contains('haplotypecaller')) {
123
withName: 'NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_HAPLOTYPECALLER:BAM_MERGE_INDEX_SAMTOOLS:(MERGE_BAM|INDEX_MERGE_BAM)' {
124
ext.prefix = { "${meta.id}.realigned" }
125
publishDir = [
0 commit comments