Skip to content

Commit

Permalink
samtools cat should not be published (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 authored Jun 25, 2024
1 parent f1ac974 commit 0c431f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/modules/general.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ process {
]
}

withName: '.*:NALLO:CAT_FASTQ' {
publishDir = [
enabled: false
]
}

withName: '.*:NALLO:SPLIT_BED_CHUNKS' {
publishDir = [
enabled: false
Expand Down

0 comments on commit 0c431f9

Please sign in to comment.