forked from carjed/doomsayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yml
41 lines (40 loc) · 773 Bytes
/
env.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
33
34
35
36
37
38
39
40
41
# gcc, gxx, and gfortran must be installed in environment, per
# https://stackoverflow.com/questions/46450912/unable-to-execute-x86-64-conda-cos6-linux-gnu-gcc-no-such-file-or-directory
name: doomsayer-environment
channels:
- conda-forge
- bioconda
- r
dependencies:
- python
- numpy
- pandas
- scikit-learn
- scipy
- matplotlib
- biopython
- colorama
- cyvcf2=0.8
- pyfaidx=0.5
- joblib=0.11
- gcc_linux-64
- gxx_linux-64
- gfortran_linux-64
- curl=7.48.0
- r-base=3.4.2
- r-irkernel=0.8
- r-devtools=1.13
- r-tidyverse=1.1
# - r-ggally
- r-shiny=1.0
# - r-heatmaply
- r-rcurl=1.95
- r-yaml
- r-knitr
- r-rmarkdown=1.6
- r-viridis
- r-RColorBrewer
- bcftools=1.6
- pandoc=1.19
- pip:
- nimfa==1.3.2