mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:43:08 +00:00
fix: disable publishing correctly
This commit is contained in:
parent
af12435fa5
commit
8827b143a2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ process {
|
|||
}
|
||||
|
||||
withName: UNTAR {
|
||||
publishDir = null
|
||||
publishDir = [enabled: false]
|
||||
}
|
||||
|
||||
withName: FASTQC {
|
||||
|
|
Loading…
Reference in a new issue