You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version and build you choose should match the `--ensemblvep_cache_version` and `--annotation_genome_version` arguments provided to the pipeline, respectively.
23
26
27
+
You can pass the tarball directly to the pipeline:
2. Alternatively, install Ensembl VEP which is available directly from [github.com/ensembl-vep](https://github.com/Ensembl/ensembl-vep.git) or install with mamba/conda, [bioconda::ensembl-vep](https://anaconda.org/bioconda/ensembl-vep). If using conda, activate your environment.
25
47
26
48
3. Download the cache with Ensembl VEP, making sure that the genome version and database version match the pipeline parameters.
@@ -31,7 +53,7 @@ Please note that this download is rate-limited, and will take much longer than `
31
53
vep_install -a cf -s homo_sapiens -y GRCh38 -c ~/vep --CONVERT
Copy file name to clipboardExpand all lines: nextflow_schema.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,9 @@
123
123
},
124
124
"ensemblvep_cache": {
125
125
"type": "string",
126
-
"format": "directory-path",
127
126
"fa_icon": "fas fa-cloud-download-alt",
128
-
"description": "Path to VEP cache which should contain the relevant species, genome and build directories. You have to use absolute paths to storage on Cloud infrastructure (i.e., s3://my-reference-data/cache/vep_cache/).",
129
-
"help_text": "The VEP cache stores information about regulatory regions, attributes about different variants and transcripts, as well as predictions and scores for SIFT and PolyPhen-2."
127
+
"description": "Path to VEP cache directory, or a .tar.gz archive of the cache. You have to use absolute paths to storage on Cloud infrastructure (i.e., s3://my-reference-data/cache/vep_cache/).",
128
+
"help_text": "The VEP cache stores information about regulatory regions, attributes about different variants and transcripts, as well as predictions and scores for SIFT and PolyPhen-2. A pre-built .tar.gz archive will be automatically extracted before use."
0 commit comments