mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:43:08 +00:00
Fix linting
This commit is contained in:
parent
e18e68faa5
commit
a7ae57c94e
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ process {
|
|||
ext.args = {
|
||||
[
|
||||
"-p ${meta.tool} -o ${meta.tool}_${meta.id}.${params.standardisation_taxpasta_format}",
|
||||
params.taxpasta_taxonomy_dir ? "--taxonomy" ${params.taxpasta_taxonomy_dir}" : "",
|
||||
params.taxpasta_taxonomy_dir ? "--taxonomy ${params.taxpasta_taxonomy_dir}" : "",
|
||||
].join(' ').trim()
|
||||
}
|
||||
publishDir = [
|
||||
|
|
Loading…
Reference in a new issue