1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 05:39:54 +00:00

Fix linting

This commit is contained in:
sofstam 2023-02-24 15:53:54 +01:00
parent e18e68faa5
commit a7ae57c94e

View file

@ -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 = [