-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
75 lines (75 loc) · 1.5 KB
/
environment.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: HCRProbeDesign
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- biopython=1.78
- bowtie2=2.4.2
- bzip2=1.0.8
- c-ares=1.17.1
- ca-certificates=2020.12.5
- certifi=2020.12.5
- krb5=1.17.2
- libblas=3.9.0
- libcblas=3.9.0
- libcurl=7.71.1
- libcxx=11.0.1
- libdeflate=1.6
- libedit=3.1.20191231
- libev=4.33
- libffi=3.3
- libgfortran=5.0.0
- libgfortran5=9.3.0
- liblapack=3.9.0
- libnghttp2=1.43.0
- libopenblas=0.3.12
- libssh2=1.9.0
- llvm-openmp=11.0.1
- ncurses=6.2
- numpy=1.20.1
- openssl=1.1.1j
- perl=5.26.2
- pip=21.0.1
- primer3=2.5.0
- pysam=0.16.0.1
- python=3.7.10
- python_abi=3.7
- readline=8.0
- setuptools=49.6.0
- sqlite=3.34.0
- tbb=2020.2
- tk=8.6.10
- wheel=0.36.2
- xz=5.2.5
- zlib=1.2.11
- pip:
- astroid==2.4.2
- autopep8==1.5.5
- beautifulsoup4==4.9.3
- flake8==3.8.4
- importlib-metadata==3.4.0
- isort==5.7.0
- jedi==0.17.2
- lazy-object-proxy==1.4.3
- mccabe==0.6.1
- parso==0.7.1
- pluggy==0.13.1
- primer3-py==0.6.1
- pycodestyle==2.6.0
- pydocstyle==5.1.1
- pyflakes==2.2.0
- pylint==2.6.2
- python-jsonrpc-server==0.4.0
- python-language-server==0.36.2
- rope==0.18.0
- snowballstemmer==2.1.0
- soupsieve==2.2
- toml==0.10.2
- typed-ast==1.4.2
- typing-extensions==3.7.4.3
- ujson==4.0.2
- wrapt==1.12.1
- yapf==0.30.0
- zipp==3.4.0
prefix: /Users/loyalgoff/anaconda3/envs/HCRProbeDesign