1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 03:02:04 +00:00
This commit is contained in:
James Fellows Yates 2022-03-21 20:30:29 +01:00
parent 81bfb629ca
commit 358b89a4c6

View file

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