mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58: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 ?: ''
|
||||
"""
|
||||
ktImportTaxonomy \\
|
||||
"$report" \\
|
||||
$args \\
|
||||
-tax taxonomy
|
||||
"$report" \\
|
||||
$args \\
|
||||
-tax taxonomy
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue