-
Notifications
You must be signed in to change notification settings - Fork 447
FEAT: Use annotation-cache and update VEP to v110 #1122
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
Changes from all commits
34a59bb
690922e
6ce0619
971c850
2fc8a85
7462df1
ef5efe2
be19c48
e9c73e0
7183f33
7f506f2
28f76e1
1aef254
afd0df5
0078a67
a86340f
e78b35a
ef4e2ea
1fe7b55
aa69d6b
2e77a5c
29c323e
cd72227
6ef8a46
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -508,16 +508,24 @@ | |
"hidden": true, | ||
"help_text": "Using this params you can add custom args to VEP." | ||
}, | ||
"use_annotation_cache_keys": { | ||
"type": "boolean", | ||
"fa_icon": "fas fa-toolbox", | ||
"description": "Use annotation cache keys for snpeff_cache and vep_cache.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we get a help text with a bit more explanation There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. like i am unsure now, if this referes to the new s3 bucket or if I want to define some cache locally or so There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah, basically that's because of how snpeff and vep store data, they're made for HPC, and I'm storing on cloud. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok awesome :) |
||
"hidden": true | ||
}, | ||
"snpeff_cache": { | ||
"type": "string", | ||
"fa_icon": "fas fa-file", | ||
"default": "s3://annotation-cache/snpeff_cache/", | ||
"description": "Path to snpEff cache.", | ||
"help_text": "To be used with `--annotation_cache`.", | ||
"hidden": true | ||
}, | ||
"vep_cache": { | ||
"type": "string", | ||
"fa_icon": "fas fa-file", | ||
"default": "s3://annotation-cache/vep_cache/", | ||
"description": "Path to VEP cache.", | ||
"help_text": "To be used with `--annotation_cache`.", | ||
"hidden": true | ||
|
@@ -729,13 +737,6 @@ | |
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\nThis is used to specify the genome when using the container with pre-downloaded cache.", | ||
"hidden": true | ||
}, | ||
"snpeff_version": { | ||
"type": "string", | ||
"fa_icon": "fas fa-tag", | ||
"description": "snpEff version.", | ||
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\nThis is used to specify the snpeff version when using the container with pre-downloaded cache.", | ||
"hidden": true | ||
}, | ||
"vep_genome": { | ||
"type": "string", | ||
"fa_icon": "fas fa-microscope", | ||
|
@@ -757,13 +758,6 @@ | |
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\nAlternatively cache version can be use to specify the correct Ensembl Genomes version number as these differ from the concurrent Ensembl/VEP version numbers", | ||
"hidden": true | ||
}, | ||
"vep_version": { | ||
"type": "string", | ||
"fa_icon": "fas fa-tag", | ||
"description": "VEP version.", | ||
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\nThis is used to specify the VEP version when using the container with pre-downloaded cache.", | ||
"hidden": true | ||
}, | ||
"save_reference": { | ||
"type": "boolean", | ||
"fa_icon": "fas fa-download", | ||
|
Uh oh!
There was an error while loading. Please reload this page.