annotation-cache/downloadvepcache
README
Introduction
annotation-cache/downloadvepcache is a bioinformatics pipeline to download VEP cache.
Usage
Note
If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with -profile test
before running the workflow on actual data.
First, choose the genome you want to download the VEP cache for. You can find the list of the current available genomes in the shared genomes.config file.
Alternatively, you can use the following params to specify the genome, species and build version:
vep_cache_version: "111"
vep_genome: "GRCh38"
vep_species: "homo_sapiens"
Now, you can run the pipeline using:
nextflow run annotation-cache/downloadvepcache \
-profile <docker/singularity/.../institute> \
--genome GRCh38 \
--outdir <OUTDIR>
Warning
Please provide pipeline parameters via the CLI or Nextflow -params-file
option. Custom config files including those provided by the -c
Nextflow option can be used to provide any configuration except for parameters; see docs.
Credits
annotation-cache/downloadvepcache was originally written by Maxime U Garcia.
We thank the following people for their extensive assistance in the development of this pipeline:
- @adamrtalbot
- @FriederikeHanssen
Contributions and Support
If you would like to contribute to this pipeline, please see the contributing guidelines.
Citations
If you use annotation-cache/downloadvepcache for your analysis, please cite it using the following doi: 10.5281/zenodo.8392946
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md
file.
This pipeline uses code and infrastructure developed and maintained by the nf-core community, reused here under the MIT license.
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.
annotation-cache/downloadvepcache pipeline parameters
Download VEP cache for annotation-cache
Total Parameters: 21
output options
2 parameters
Reference genome options
4 parameters
Annotation Cache config genome option
2 parameters
Institutional config options
6 parameters
Generic options
7 parameters
Launch Pipeline
Run this pipeline using Seqera on top of your own compute.