Closed mahesh-panchal closed 1 month ago
Hi @mahesh-panchal, thanks for the issue! This is a duplicate of https://github.com/nf-core/tools/issues/1929 and it's already in the roadmap 🙂
Thanks. I guess I didn't use the right words when searching.
Description of feature
When writing local pipeline modules, using
nf-core modules create tool/subtool
, it follows a different file structure to the standard modules file structure. It would be nice if local pipeline modules followed the same file format as nf-core modules.Rather than
It should be
The
environment.yml
is also missing as a result of this.Alternative
Turn everything on it's head in nf-core modules and each module should be in a subtool.nf file, meaning only a single (all encompassing) environment.yml is needed for all subtools ( which also rearranges tests, etc )