Skip to content

Commit

Permalink
busco updated/patched/tested
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Dec 2, 2024
1 parent e11951c commit bfe9445
Show file tree
Hide file tree
Showing 15 changed files with 1,515 additions and 138 deletions.
6 changes: 3 additions & 3 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ process {
]
}

withName: BUSCO {
withName: "BUSCO|BUSCO_BUSCO" {
// Obey "use_work_dir_as_temp", except for large genomes
scratch = { !params.use_work_dir_as_temp || (meta.genome_size < 2000000000) }
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_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--mode genome --tar' }
'--mode genome --tar --metaeuk --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
: '--mode genome --tar --metaeuk ' }
}

withName: "RESTRUCTUREBUSCODIR" {
Expand Down
56 changes: 40 additions & 16 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,92 @@
"bedtools/bamtobed": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"busco": {
"busco/busco": {
"branch": "master",
"git_sha": "e3126f437c336c826f242842fe51769cfce0ec2d",
"installed_by": ["modules"],
"patch": "modules/nf-core/busco/busco.diff"
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": [
"modules"
],
"patch": "modules/nf-core/busco/busco/busco-busco.diff"
},
"cooler/cload": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"cooler/dump": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"cooler/zoomify": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"fastk/fastk": {
"branch": "master",
"git_sha": "0f8a77ff00e65eaeebc509b8156eaa983192474b",
"installed_by": ["modules"],
"installed_by": [
"modules"
],
"patch": "modules/nf-core/fastk/fastk/fastk-fastk.diff"
},
"gnu/sort": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"gunzip": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"merquryfk/merquryfk": {
"branch": "master",
"git_sha": "0f8a77ff00e65eaeebc509b8156eaa983192474b",
"installed_by": ["modules"],
"installed_by": [
"modules"
],
"patch": "modules/nf-core/merquryfk/merquryfk/merquryfk-merquryfk.diff"
},
"multiqc": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"samtools/view": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
}
}
}
}
}
}
}

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 bfe9445

Please sign in to comment.