nf-core / modules

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

new module: vg/call #2802

Open nvnieuwk opened 1 year ago

nvnieuwk commented 1 year ago

Is there an existing module for this?

Is there an open PR for this?

Is there an open issue for this?

Are you going to work on this?

lrauschning commented 1 year ago

Hm, had a brief look at this just now – I think for this to be neatly incorporated into nf-core, we would first need modules for vg augment, vg map and maybe vg autoindex incl. appropriate tests (as the output of some of these steps may not be deterministic). I'll see if I manage to get (some) of that done at the hackathon, but that is a lot of work for adding one module.

nvnieuwk commented 1 year ago

Awesome thank you! Can you create issues for all these new modules and add them to the project board? Maybe you'll get some help with them that way

jenmuell commented 8 months ago

Dependent on output of vg construct (already in modules), vg index (already in modules), and vg pack #2801

jenmuell commented 8 months ago

Hello @nvnieuwk ,

I'm working on a pull request for the vg/call module. I'm not quite familiar with the different flag combinations for vg/call. How generic do you want to include all flag combinations of vg/call (-k, -k -v, -k -r, -k -v -r)? There are also some dependencies with vg/construct like the -I flag for the fasta file present.

Maybe you can support me with some this?

nvnieuwk commented 8 months ago

Hi, please read the guidelines for this (https://nf-co.re/docs/contributing/modules#new-module-guidelines-and-pr-review-checklist) You'll find all answers there, but don't be afraid to ask me if something's not clear