mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 14:19:56 +00:00
refactor: avoid publishing unpacked databases
This commit is contained in:
parent
e72be724a6
commit
c40a9a0011
1 changed files with 1 additions and 5 deletions
|
@ -35,11 +35,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: UNTAR {
|
withName: UNTAR {
|
||||||
publishDir = [
|
publishDir = null
|
||||||
path: { "${params.outdir}/databases" },
|
|
||||||
mode: params.publish_dir_mode,
|
|
||||||
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: FASTQC {
|
withName: FASTQC {
|
||||||
|
|
Loading…
Reference in a new issue