Skip to content

Commit

Permalink
fixing CAT_CAT selector warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lianov committed Oct 25, 2023
1 parent 5342c84 commit c72acce
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ if (!params.skip_trimming) {
]
}
}

process {
withName: '.*:CAT_CAT' {
publishDir = [
enabled: false
]
}
}
}

// NANOFILT
Expand Down Expand Up @@ -321,13 +329,6 @@ if (!params.skip_trimming) {
}
}

process {
withName: '.*:CAT_CAT' {
publishDir = [
enabled: false
]
}
}
}

// PREEXTRACT_FASTQ
Expand Down

0 comments on commit c72acce

Please sign in to comment.