Files
MX_Pmodule/alphafold/environment.yml
2024-07-18 10:49:35 +02:00

32 lines
580 B
YAML

name: alphafold_2.3.2
channels:
- pytorch
- conda-forge
- defaults
- anaconda
- bioconda
dependencies:
- python==3.10
- pip
- openmm==7.7.0
- cudnn # Change version if not compatible with current system
- cudatoolkit
- pdbfixer
- hmmer==3.4
- hhsuite==3.3.0
- kalign2==2.04
- pip:
- absl-py==1.0.0
- biopython==1.79
- chex==0.0.7
- dm-haiku==0.0.10
- immutabledict==2.0.0
- ml-collections==0.1.0
- numpy==1.24.3
- scipy==1.11.1
- tensorflow-cpu==2.13.0
- jax==0.4.14
- pandas==2.0.3
- dm-tree==0.1.8