Skip to content

Commit

Permalink
add conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapopov17 committed Nov 14, 2024
1 parent ebe16d4 commit affdae7
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions phoacr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
name: phoacr
channels:
- anaconda
- bioconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h5eee18b_6
- ca-certificates=2024.9.24=h06a4308_0
- emboss=6.6.0=he06d7ca_1
- entrez-direct=22.4=he881be0_0
- expat=2.6.3=h6a678d5_0
- fontconfig=2.13.1=h6c09931_0
- freetype=2.10.4=h0708190_1
- gawk=5.3.0=ha916aea_0
- gettext=0.21.1=h27087fc_0
- giflib=5.2.2=hd590300_0
- gmp=6.2.1=h58526e2_0
- icu=67.1=he1b5a44_0
- iqtree=2.3.6=hdbdd923_0
- jbig=2.1=h7f98852_2003
- jpeg=9e=h0b41bf4_3
- ld_impl_linux-64=2.40=h12ee557_0
- lerc=2.2.1=h9c3ff4c_0
- libdeflate=1.7=h7f98852_5
- libffi=3.4.4=h6a678d5_1
- libgcc=14.2.0=h77fa898_1
- libgcc-ng=14.2.0=h69a702a_1
- libgd=2.2.5=h6e6070c_1008
- libgomp=14.2.0=h77fa898_1
- libiconv=1.17=hd590300_2
- libidn2=2.3.7=hd590300_0
- libmpdec=4.0.0=h5eee18b_0
- libpng=1.6.37=h21135ba_2
- libstdcxx=14.2.0=hc0a3c3a_1
- libstdcxx-ng=14.2.0=h4852527_1
- libtiff=4.3.0=hf544144_1
- libunistring=0.9.10=h7f98852_0
- libuuid=1.41.5=h5eee18b_0
- libwebp=1.2.2=h3452ae3_0
- libwebp-base=1.2.2=h7f98852_1
- libxml2=2.9.10=h68273f3_2
- lz4-c=1.9.3=h9c3ff4c_1
- mafft=7.525=h031d066_1
- mpfr=4.2.1=h9458935_0
- ncurses=6.4=h6a678d5_0
- openssl=3.4.0=hb9d3cd8_0
- pip=24.2=py313h06a4308_0
- python=3.13.0=hf623796_100_cp313
- python_abi=3.13=0_cp313
- readline=8.2=h5eee18b_0
- setuptools=75.1.0=py313h06a4308_0
- sqlite=3.45.3=h5eee18b_0
- tk=8.6.14=h39e8969_0
- trimal=1.5.0=h4ac6f70_1
- wget=1.20.3=ha35d2d1_1
- wheel=0.44.0=py313h06a4308_0
- xz=5.4.6=h5eee18b_1
- zlib=1.2.13=h5eee18b_1
- zstd=1.5.0=ha95c52a_0
- pip:
- asttokens==2.4.1
- biopython==1.84
- comm==0.2.2
- debugpy==1.8.8
- decorator==5.1.1
- executing==2.1.0
- ipykernel==6.29.5
- ipython==8.29.0
- jedi==0.19.2
- jupyter-client==8.6.3
- jupyter-core==5.7.2
- matplotlib-inline==0.1.7
- nest-asyncio==1.6.0
- numpy==2.1.3
- packaging==24.2
- pandas==2.2.3
- parso==0.8.4
- pexpect==4.9.0
- platformdirs==4.3.6
- prompt-toolkit==3.0.48
- psutil==6.1.0
- ptyprocess==0.7.0
- pure-eval==0.2.3
- pygments==2.18.0
- python-dateutil==2.9.0.post0
- pytz==2024.2
- pyzmq==26.2.0
- six==1.16.0
- stack-data==0.6.3
- tornado==6.4.1
- traitlets==5.14.3
- tzdata==2024.2
- wcwidth==0.2.13

0 comments on commit affdae7

Please sign in to comment.