1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-10 23:33:09 +00:00

fix: disable publishing correctly

This commit is contained in:
Moritz E. Beber 2022-04-05 12:30:06 +02:00
parent af12435fa5
commit 8827b143a2

View file

@ -35,7 +35,7 @@ process {
} }
withName: UNTAR { withName: UNTAR {
publishDir = null publishDir = [enabled: false]
} }
withName: FASTQC { withName: FASTQC {