nf-core / modules

Repository to host tool-specific module files for the Nextflow DSL2 community!
https://nf-co.re/modules
MIT License
276 stars 690 forks source link

Update CONCOCT module(s): conda build bump, stub, and nf-test #5869

Closed jfy133 closed 3 months ago

jfy133 commented 3 months ago

For the last three modules (same changes for all)

PR checklist

Closes #XXX

jfy133 commented 3 months ago

@SPPearce Re the empty stub files, suprisingly this seems to be a silent fail. I have some channel manipulation during setup which I guess is failing for some reason, and causes no input to actually get to the module under testing... not sure why this works during the actual test and not the stup...

SPPearce commented 3 months ago

Does one of the upstream tools not have a stub? Or the stub doesn't produce the output file?

jfy133 commented 3 months ago

Does one of the upstream tools not have a stub? Or the stub doesn't produce the output file?

All the tools have the stub. All I can think was the upstream stub was also broken... (in that it also produced no files...) I don't know.

REgardless changed in the input system and all works now, should be ready for re-review!