-
Notifications
You must be signed in to change notification settings - Fork 4
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
Annotate SVs #408
Annotate SVs #408
Conversation
299f76f
to
f19c2a1
Compare
|
706dea2
to
f870e9e
Compare
e003469
to
4007212
Compare
Oops, missing docs. |
Use for second copy: https://github.com/nf-core/hgtseq/blob/683daaf41bb396839445e603152b45daa141ced4/workflows/hgtseq.nf#L259-L310 And vep with --regulatory should be ok with 110. |
7f76060
to
eaf91b7
Compare
d0d6049
to
6f8ef42
Compare
6f8ef42
to
402f276
Compare
This PR should now be ready for review 😅 I think |
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.
Nice work!
modules/nf-core/svdb/build/main.nf
Outdated
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 can't see this module being used anywhere. Remove?
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.
Yep, I decided not to have it.
ch_svdb_in.out_frqs.toList(), | ||
ch_svdb_in.vcf_dbs.toList(), | ||
[] | ||
) |
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.
add the SVDB version to ch_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.
Looks good to me
Closes #281, #383, #384, #282.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).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).