mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:19:54 +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 = {
|
ext.args = {
|
||||||
[
|
[
|
||||||
"-p ${meta.tool} -o ${meta.tool}_${meta.id}.${params.standardisation_taxpasta_format}",
|
"-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()
|
].join(' ').trim()
|
||||||
}
|
}
|
||||||
publishDir = [
|
publishDir = [
|
||||||
|
|
Loading…
Reference in a new issue