1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:32:04 +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 {
publishDir = null
publishDir = [enabled: false]
}
withName: FASTQC {