Skip to content

Commit

Permalink
busco updated and patched
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Nov 21, 2024
1 parent 2793130 commit a87c43f
Show file tree
Hide file tree
Showing 15 changed files with 1,472 additions and 119 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,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
'--force --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--force' }
'--force --metaeuk --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--force --metaeuk' }
}

withName: "RESTRUCTUREBUSCODIR" {
Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"patch": "modules/nf-core/blast/blastn/blast-blastn.diff"
},
"busco": {
"busco/busco": {
"branch": "master",
"git_sha": "e3126f437c336c826f242842fe51769cfce0ec2d",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": [
"modules"
],
"patch": "modules/nf-core/busco/busco.diff"
"patch": "modules/nf-core/busco/busco/busco-busco.diff"
},
"cat/cat": {
"branch": "master",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 152 additions & 0 deletions modules/nf-core/busco/busco/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a87c43f

Please sign in to comment.