Skip to content

Commit

Permalink
Update modules.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Dec 5, 2024
1 parent 3fbe49e commit da38725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ process {
ext.args = { 'test' in workflow.profile.tokenize(',') ?
// Additional configuration to speed processes up during testing.
// Note: BUSCO *must* see the double-quotes around the parameters
'--mode genome --tar --metaeuk --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--mode genome --tar --metaeuk ' }
'--tar --metaeuk --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--tar --metaeuk ' }
}

withName: "RESTRUCTUREBUSCODIR" {
Expand Down

0 comments on commit da38725

Please sign in to comment.