Skip to content

Commit

Permalink
Merge pull request #169 from SpikyClip/optitype_enumerate_fix
Browse files Browse the repository at this point in the history
Add missing --enumerate arg.
  • Loading branch information
christopher-mohr authored Aug 5, 2024
2 parents e1390ed + dd6bcd4 commit 21e9a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ process {
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
ext.args = "--enumerate ${params.enumerations}"
ext.args2 = "solver=${params.solver}"
}

Expand Down

0 comments on commit 21e9a9c

Please sign in to comment.