-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
71 lines (71 loc) · 1.86 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: genbankpy
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- biopython=1.79=py310h5764c6d_2
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.6.15=ha878542_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libblas=3.9.0=16_linux64_openblas
- libcblas=3.9.0=16_linux64_openblas
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.1.0=h8d9b700_16
- libgfortran-ng=12.1.0=h69a702a_16
- libgfortran5=12.1.0=hdcd56e2_16
- libgomp=12.1.0=h8d9b700_16
- liblapack=3.9.0=16_linux64_openblas
- libnsl=2.0.0=h7f98852_0
- libopenblas=0.3.21=pthreads_h78a6416_3
- libsqlite=3.39.2=h753d276_1
- libstdcxx-ng=12.1.0=ha89aaad_16
- libuuid=2.32.1=h7f98852_1000
- libzlib=1.2.12=h166bdaf_2
- ncbi-datasets-cli=13.37.2=h924138e_0
- ncurses=6.3=h27087fc_1
- numpy=1.23.2=py310h53a5b5f_0
- openssl=3.0.5=h166bdaf_1
- pip=22.2.2=pyhd8ed1ab_0
- python=3.10.6=ha86cf86_0_cpython
- python_abi=3.10=2_cp310
- readline=8.1.2=h0f457ee_0
- setuptools=65.3.0=pyhd8ed1ab_1
- tk=8.6.12=h27826a3_0
- tzdata=2022c=h191b570_0
- wheel=0.37.1=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- pip:
- asttokens==2.0.8
- backcall==0.2.0
- debugpy==1.6.3
- decorator==5.1.1
- entrypoints==0.4
- executing==1.0.0
- ipykernel==6.15.2
- ipython==8.4.0
- jedi==0.18.1
- jupyter-client==7.3.5
- jupyter-core==4.11.1
- matplotlib-inline==0.1.6
- merge-gbk-records==0.1.2
- nest-asyncio==1.5.5
- packaging==21.3
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- prompt-toolkit==3.0.31
- psutil==5.9.1
- ptyprocess==0.7.0
- pure-eval==0.2.2
- pygments==2.13.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pyzmq==23.2.1
- six==1.16.0
- stack-data==0.5.0
- tornado==6.2
- traitlets==5.3.0
- wcwidth==0.2.5