Update main.nf

$args line 28
This commit is contained in:
Simone Carpanzano 2022-04-29 00:00:13 +02:00 committed by GitHub
parent a5e7943f2b
commit 2efa5a09ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,10 @@ process KRONA_KTIMPORTTAXONOMY {
script: script:
def args = task.ext.args ?: '' def args = task.ext.args ?: ''
""" """
ktImportTaxonomy "$report" -tax taxonomy ktImportTaxonomy \\
"$report" \\
$args \\
-tax taxonomy
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml
"${task.process}": "${task.process}":