minifold
MiniFold: Simple, Fast and Accurate Protein Structure Prediction
File Explorer
Download Latest Version (.zip)- stage1.yaml
- stage2.yaml
- __init__.py
- config.py
- data_pipeline.py
- data_transforms.py
- feature_pipeline.py
- input_pipeline.py
- mmcif_parsing.py
- of_data.py
- parsers.py
- __init__.py
- gating.py
- mlp.py
- __init__.py
- heads.py
- miniformer.py
- model.py
- structure.py
- __init__.py
- data.py
- loss.py
- model.py
- esm.py
- feats.py
- init.py
- metrics.py
- openfold.py
- profile.py
- protein.py
- residue_constants.py
- rigid_utils.py
- stereo_chemical_props.txt
- tensor_utils.py
- __init__.py
- .gitignore
- example.fasta
- LICENSE
- predict.py
- pyproject.toml
- README.md
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/jwohlwend/minifold
Downloads the entire project code from GitHub to your computer.
cd minifold
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
