-
Notifications
You must be signed in to change notification settings - Fork 6
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
Split vep_cache into vep_cache and vep_plugin_files #314
Merged
fellen31
merged 3 commits into
genomic-medicine-sweden:dev
from
fellen31:vep_extra_files
Aug 15, 2024
Merged
Split vep_cache into vep_cache and vep_plugin_files #314
fellen31
merged 3 commits into
genomic-medicine-sweden:dev
from
fellen31:vep_extra_files
Aug 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fellen31
force-pushed
the
vep_extra_files
branch
from
August 13, 2024 12:52
fa67071
to
2f0c604
Compare
|
fellen31
force-pushed
the
vep_extra_files
branch
2 times, most recently
from
August 13, 2024 17:28
3388c21
to
fa34748
Compare
12 tasks
fellen31
force-pushed
the
vep_extra_files
branch
from
August 14, 2024 10:44
fa34748
to
d87c379
Compare
fellen31
force-pushed
the
vep_extra_files
branch
from
August 14, 2024 10:56
d87c379
to
f53b4ff
Compare
10 tasks
jemten
reviewed
Aug 14, 2024
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, a couple of small comments
fellen31
force-pushed
the
vep_extra_files
branch
3 times, most recently
from
August 14, 2024 15:48
b4abee2
to
6d22388
Compare
fellen31
force-pushed
the
vep_extra_files
branch
from
August 14, 2024 15:52
6d22388
to
3ead63b
Compare
Should be fixed! |
jemten
approved these changes
Aug 15, 2024
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.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR takes a slightly different approach than raredisease and tomte, and makes
--vep_plugin_files
a mandatory parameter when annotating SNVs, it also separates the VEP cache input from the VEP plugins input completely.The reason for this is that many clusters already provide a copy of the VEP cache (without plugins), in locations without write permissions. And it feels reasonable to provide all plugin file with one
vep_plugin_files
instead of some withvep_cache
and some withvep_plugin_files
. More on this: nf-core/raredisease#594 (review)For the tests to pass this requires updating the test data files, I will wait to do so until the other open PRs have been merged.
Closes #259.
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).