Skip to content

Commit

Permalink
feat: Allow defining extra arguments for evolCCM
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jun 12, 2024
1 parent 7499eed commit 6b77f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/local/evolccm.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ process EVOLCCM {
task.ext.when == null || task.ext.when

script:
def args = task.ext.args ?: ''
"""
ParallelEvolCCM.R \\
--intree \\
$core_tree \\
--intable \\
$feature_table \\
--cores \\
$task.cpus
$task.cpus \\
$args
"""

stub:
Expand Down

0 comments on commit 6b77f97

Please sign in to comment.