Skip to content

Commit 9b619fe

Browse files
committed
remove WARN message about no process matching config selector
1 parent c81e07a commit 9b619fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/modules.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,9 @@ process{
11911191
pattern: "*{gz,gz.tbi}"
11921192
]
11931193
}
1194+
}
11941195

1196+
if (params.tools && (params.tools.contains('snpeff') || params.tools.contains('merge'))) {
11951197
withName: 'NFCORE_SAREK:SAREK:ANNOTATE:ANNOTATION_SNPEFF:TABIX_BGZIPTABIX' {
11961198
publishDir = [
11971199
mode: params.publish_dir_mode,

0 commit comments

Comments
 (0)