-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding plasflow module #3555
Adding plasflow module #3555
Conversation
Very good job already! Here are some comments to make this module adhere to the guidelines set up by nf-core. Feel free to ping me if you have any questions |
Adding name of the tool Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
Adding prefix to make the module set up more flexible. Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
Changing `.baseName` by `prefix` in output names. Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
- Stub section added to main.nf script. - test.yml file added to module samtools/cramsize
Hi some tests are still failing, can you fix these before I do a final review? Also it's easier to get reviews when you have one module per PR (don't worry about it for now, just some advice for the future 😉) |
Thank you for checking! I'll review the test that are failing 😃 |
* Update manta somatic * Update manta tumoronly
* add call subcommand * at calls runs now [skip ci] * add test files * linting * fix tests * add contains check * Update tests/modules/nf-core/varlociraptor/callvariants/main.nf Co-authored-by: Maxime U Garcia <[email protected]> --------- Co-authored-by: Maxime U Garcia <[email protected]>
* add module template * first version * update testing and linting * update file naming * update test * fix test
* ngmerge first commit * main module code * complete module * remove trailing whitespace * fix versions.yml * fix version yml * versions yml * vyml * try vyml again * touch versions yml * vyml
* initial commit * module version 1 * full testing * linting * fix version yaml * fix version yaml command * fix version yml maybe this time please * fix version yml for real this time * try again versions yaml * fix version yml * vyml * version yaml * vyml * update ref to have meta
Co-authored-by: Steven Strong <[email protected]>
Fix metaeuk and add tests
* add -f option * update tests
* new module picard/scatterintervalsbyns * update annotsv to 3.3.6 * update installannotations * update vardictjava
Hi @nvnieuwk ! I attempted to fix Plasflow's recipe in the Bioconda repository. I needed to specify the required Python version (3.5) for Plasflow to function. Here is the link: bioconda/bioconda-recipes#42697 However, I was given the following message:
It seems that it will not be possible to make Plasflow work with conda because conda will not support Python 3.5 soon. But everything else works fine. |
Can you add the tool to be excluded from the conda tests in |
Hi @nvnieuwk ! Thanks for your reply! Are you refering to this section of the Should I add Plasflow to that list? Thanks a lot for all you advice! |
Yes, that's it! |
I'm going to close this for now, as there seems to be no response from @limrp . |
A new module for the cram-size command of the samtools tool has been added.