1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-10 22:13:08 +00:00

refactor: avoid publishing unpacked databases

This commit is contained in:
Moritz E. Beber 2022-04-05 12:13:45 +02:00
parent e72be724a6
commit c40a9a0011

View file

@ -35,11 +35,7 @@ process {
}
withName: UNTAR {
publishDir = [
path: { "${params.outdir}/databases" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
publishDir = null
}
withName: FASTQC {