-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
33 lines (31 loc) · 921 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: rvfvtyping-env
channels:
- conda-forge
- bioconda
- defaults
dependencies:
# conda-forge packages
- conda-forge::python=3.6
- conda-forge::biopython=1.78
- conda-forge::curl=7.76.1
- conda-forge::pandas=1.0.1
- conda-forge::pycountry
- conda-forge::r-argparse=2.0.3
- conda-forge::r-base=4.0.3
- conda-forge::r-dplyr=1.0.5
- conda-forge::r-ggplot2=3.3.4
- conda-forge::r-rcolorbrewer=1.1_2
- conda-forge::r-rvcheck=0.1.8
- conda-forge::r-tidytree=0.3.4
- conda-forge::unzip=6.0
# bioconda packages
- bioconda::bioconductor-biostrings=2.58.0
- bioconda::bioconductor-ggtree=2.4.1
- bioconda::bioconductor-treeio=1.14.3
- bioconda::dendropy=4.5.2
- bioconda::diamond=2.0.9
- bioconda::iqtree=2.0.3
- bioconda::mafft=7.475
- bioconda::nextflow=20.10.0