modules icon indicating copy to clipboard operation
modules copied to clipboard

new module: vembrane

Open famosab opened this issue 2 months ago • 2 comments

Is there an existing module for this?

  • [x] I have searched for the existing module

Is there an open PR for this?

  • [x] I have searched for existing PRs

Is there an open issue for this?

  • [x] I have searched for existing issues

Further Information

https://github.com/vembrane/vembrane

Possibly useful for https://github.com/nf-core/variantprioritization/issues/30

Are you going to work on this?

  • [ ] If I'm planning to work on this module, I added myself to the Assignees to facilitate tracking who is working on the module

We actually need three modules from this:

famosab avatar Oct 28 '25 10:10 famosab

Initialisation of the vembrane module in the nf-core modules

  • [x] create conda env containing nextflow and nf-core tools (conda install nf-core)
  • [x] check the https://github.com/nf-core/modules on how to contribute to the nf-core modules

Follow guide on how to create the nf-core module https://nf-co.re/docs/contributing/modules#writing-a-new-module-reference

  • [x] check that the module isn’t already on nf-core/modules : nf-core modules list remote returns no vembrane
  • [x] forked https://github.com/nf-core/modules.git
  • [x] docker pull quay.io/biocontainers/vembrane:2.4.0--pyhdfd78af_0
  • [x] conda image in bioconda https://bioconda.github.io/recipes/vembrane/README.html
  • [x] create the module template: https://nf-co.re/docs/contributing/modules#uploading-to-nf-coremodules nf-core modules create vembrane --author @trangdo-hsc --meta - new folder for the vembrane with template
  • [x] rules for the module: https://nf-co.re/docs/guidelines/components/modules

mkatsanto avatar Oct 28 '25 11:10 mkatsanto

Implementation of the vembrane table functionality: https://github.com/nf-core/modules/pull/9285

mkatsanto avatar Oct 29 '25 09:10 mkatsanto