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:
parent
e72be724a6
commit
c40a9a0011
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue