forked from sinanugur/MirMachine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
54 lines (54 loc) · 1.13 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: mirmachine
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bedtools=2.29.2
- coreutils=8.31
- django=3.2.6
- gawk=5.0.1
- moreutils==0.65
- pip=20.0.2
- python=3.8
- samtools=1.9
- infernal=1.1.2
- uwsgi=2.0.20
- pip:
- appdirs==1.4.3
- attrs==19.3.0
- biopython==1.76
- channels==3.0.4
- channels-redis==3.3.1
- configargparse==1.1
- datrie==0.8.2
- daphne==3.0.2
- decorator==4.4.2
- django-crontab==0.7.1
- django-environ==0.8.1
- django-manifest-loader==1.0.0
- django-ratelimit==3.0.1
- djangorestframework==3.12.4
- docopt==0.6.2
- docutils==0.16
- gitdb==4.0.2
- gitpython==3.1.0
- importlib-metadata==1.5.0
- ipython-genutils==0.2.0
- jsonschema==3.2.0
- jupyter-core==4.6.3
- mysqlclient==2.1.0
- nbformat==5.0.4
- newick==1.0.0
- numpy==1.18.2
- psutil==5.8.0
- pyrsistent==0.15.7
- pyyaml==5.3.1
- ratelimiter==1.2.0.post0
- smmap==3.0.1
- snakemake==6.13.1
- toposort==1.5
- traitlets==4.3.3
- websocket-client==1.2.3
- wrapt==1.12.1
- zipp==3.1.0