Skip to content

Commit

Permalink
Merge pull request #124 from nf-core/ciriquant-args
Browse files Browse the repository at this point in the history
Add support for ext.args in ciriquant
  • Loading branch information
nictru committed May 31, 2024
2 parents 0e9cce3 + 0a98534 commit d5967c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/local/ciriquant/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ process CIRIQUANT {
--config config.yml \\
--no-gene \\
-o ${prefix} \\
-p ${prefix}
-p ${prefix} \\
${args}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit d5967c5

Please sign in to comment.