-
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
TOPAS/GenConS #3662
TOPAS/GenConS #3662
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly there!
Just missing a couple of optional input/outputs and minor formatting :)
Co-authored-by: James A. Fellows Yates <[email protected]>
Co-authored-by: James A. Fellows Yates <[email protected]>
@aidaanva test fail is here Firslty wierd that there is no prefix set (should be from a |
What a surprise that this is still used!! :) |
@aidaanva , do you need help to finish this module off? |
Aida is my partner (therefore also currently on parental leave 😬) so that would be extremely helpful if you had time @SPPearce ! |
Aah, didn't know that, hope you are both enjoying the time with your child! I'll take a look at the outstanding issue. |
Ok, I think it is ready. The input meta's were all called |
def VERSION = '1.0.1' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions. | ||
|
||
""" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @SPPearce !! |
* added topas/gencons tests * finish tests * run prettier * modify test new input gatk ug * Update modules/nf-core/topas/gencons/main.nf Co-authored-by: James A. Fellows Yates <[email protected]> * Apply suggestions from code review Co-authored-by: James A. Fellows Yates <[email protected]> * updated input, output and test after review * Fix meta and Update tests * Prettify --------- Co-authored-by: James A. Fellows Yates <[email protected]> Co-authored-by: Adam Talbot <[email protected]> Co-authored-by: Simon Pearce <[email protected]>
* added topas/gencons tests * finish tests * run prettier * modify test new input gatk ug * Update modules/nf-core/topas/gencons/main.nf Co-authored-by: James A. Fellows Yates <[email protected]> * Apply suggestions from code review Co-authored-by: James A. Fellows Yates <[email protected]> * updated input, output and test after review * Fix meta and Update tests * Prettify --------- Co-authored-by: James A. Fellows Yates <[email protected]> Co-authored-by: Adam Talbot <[email protected]> Co-authored-by: Simon Pearce <[email protected]>
PR checklist
Closes #3641
Added new module for TOPAS/GenConS (https://github.com/subwaystation/TOPAS)
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware