mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
fixed lint in ktimporttaxonomy
This commit is contained in:
parent
3d9c8a6bb1
commit
c07ae8c483
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ process KRONA_KTIMPORTTAXONOMY {
|
||||||
def args = task.ext.args ?: ''
|
def args = task.ext.args ?: ''
|
||||||
"""
|
"""
|
||||||
ktImportTaxonomy \\
|
ktImportTaxonomy \\
|
||||||
"$report" \\
|
"$report" \\
|
||||||
$args \\
|
$args \\
|
||||||
-tax taxonomy
|
-tax taxonomy
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue