mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
10 lines
234 B
YAML
10 lines
234 B
YAML
# You can use this file to create a conda environment for this module:
|
|
# conda env create -f environment.yml
|
|
name: nf-core-vep-105.0
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
- defaults
|
|
|
|
dependencies:
|
|
- bioconda::ensembl-vep=105.0
|