-
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
Dsl2 annotation #386
Dsl2 annotation #386
Conversation
|
ok, now need to do something smart with the tag for the different images. |
Just need to spell the options properly actually... |
What do you mean here? |
Just did the commit B-) |
@KevinMenden @drpatelh can you check out this PR? |
Looks good to me guys. It would be much easier to see what is happening when these are submitted as separate nf-core/modules but otherwise 👌🏽 I have had to use customish modules for snpEff in viralrecon because I needed to create the db and run via the genome fasta and gff as opposed to an existing snpEff db. Be great to see these on nf-core modules though 💥 |
Ok, then I start migrating modules to the nf-core/modules repo |
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'm starting to add annotation.
Based on the branch from #379, so git history should be fine once it's merged.
I think it make sense to have that as (a) separate subworkflow(s).
Already created the dockerhub images for snpeff/vep:
https://hub.docker.com/r/nfcore/snpeff
https://hub.docker.com/r/nfcore/vep
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).