mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 06:53:10 +00:00
Linting
This commit is contained in:
parent
81bfb629ca
commit
358b89a4c6
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue