Skip to content

Commit

Permalink
Fixing PREPARE_GTF missing selector warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 committed Oct 4, 2023
1 parent f527735 commit 9fb8c38
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,13 @@ process {
}
}

process {
withName: '.*:PREPARE_REFERENCE_FILES:PREPARE_GTF' {
publishDir = [
enabled: false
]
if (params.intron_retention_method){
process {
withName: '.*:PREPARE_REFERENCE_FILES:PREPARE_GTF' {
publishDir = [
enabled: false
]
}
}
}

Expand Down

0 comments on commit 9fb8c38

Please sign in to comment.