Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.3.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
@nf-core-bot fix linting |
This won't work as the container environment needs to have GPU-specific versions of PyTorch etc.. Would need a GPU-specific container for this to work. |
| skip_prokka = true | ||
| skip_gtdbtk = true | ||
| skip_concoct = false | ||
| skip_comebin = true |
There was a problem hiding this comment.
Unfortunately COMEBin seems to require data of sufficient complexity to complete without failure... Hence why the module has a stub test only
|
@nf-core-bot fix linting |
|
Done:
|
prototaxites
left a comment
There was a problem hiding this comment.
OK, looks good to me!
One last little (non-code) thing, we should create an issue to remind us to try and find some test data so that we can actually test the module!
|
Thanks! Will open an issue! |
Attempt to add COMEBin. Follows #874.
Issues:
-profile test_fulland output looks fine to me)As a comment:
ext.args = "-b 20"helps with test data, because default value fails with "-profile test" (100 passes that step) as inhttps://github.com/ziyewang/COMEBin/issues/4but instead the binner fails later after: "[CheckM - analyze] Identifying marker genes in bins.", so it doesnt make it work all the way through.PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).