-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda_env.yml
50 lines (50 loc) · 1002 Bytes
/
conda_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
42
43
44
45
46
47
48
49
50
name: hmp_mock
channels:
- bioconda
- biocore
- defaults
- r
dependencies:
- bioblend=0.7.0=py27_0
- biom-format=2.1.5=py27_3
- blast=2.2.31=boost1.60_2
- bowtie2=2.2.8=py27_2
- metaphlan2=2.5.0=py27_0
- parallel=20160622=1
- perl-threaded=5.22.0=10
- pyqi=0.3.2=py27_0
- requests-toolbelt=0.5.0=py27_0
- sortmerna=2.0=0
- biopython=1.67=np111py27_0
- boto=2.40.0=py27_0
- click=6.6=py27_0
- flake8=2.5.1=py27_0
- future=0.15.2=py27_0
- h5py=2.6.0=np111py27_2
- hdf5=1.8.17=0
- mccabe=0.3.1=py27_0
- mkl=11.3.3=0
- numpy=1.11.1=py27_0
- openssl=1.0.2h=1
- pep8=1.7.0=py27_0
- pip=8.1.2=py27_0
- pyflakes=1.2.3=py27_0
- python=2.7.12=1
- pyyaml=3.11=py27_4
- readline=6.2=2
- requests=2.10.0=py27_0
- scipy=0.18.0=np111py27_0
- setuptools=23.0.0=py27_0
- six=1.10.0=py27_0
- sqlite=3.13.0=0
- tk=8.5.18=0
- wget=2.2=py27_0
- wheel=0.29.0=py27_0
- yaml=0.1.6=0
- zlib=1.2.8=3
- pip:
- bioblend==0.7.0
- biom-format==2.1.5
- pyqi==0.3.2
- requests-toolbelt==0.5.0
prefix: //anaconda/envs/hmp_mock