-
Notifications
You must be signed in to change notification settings - Fork 417
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
Add dsl2 module for deepvariant #394
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.
I've added some comments to confirm certain design decisions and request feedback.
I'm a bit confused about how to use the options.args
to pass arbitrary args to the workflow, could you please point me to the right direction?
Also, is there a way to skip triggering the CI for these interim changes?
You need to add the args (args2 or even args3) to https://github.com/nf-core/sarek/blob/dsl2/conf/modules.config
Add skip ci to your commit: |
Hi @maxulysse , I've now opened up the PR for review
Questions:
Please let me know what further changes are necessary before this PR could be mergeable - apart from the things mentioned in the PR template checklist. |
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
Thanks @maxulysse ! 😍 |
Hi team,
I'm initiating the draft PR for the integration of
deepvariant
tool, we had a discussion a while back in the nf-core's #deepvariant channel regarding this but for I couldn't find the time to take it forward then. Now, I find myself with some time to finally see this through.I'll update the checklist once I have finalized the code and it's ready for a wider/final review. In the meantime, I've marked this PR as a draft to have a placeholder for early discussions
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).