An implementation of the inference pipeline of AlphaFold v2.3.1, with patches for ColabFold. This package allows running AlphaFold2 predictions (as published in Nature) with ColabFold enhancements. Current version 2.3.13. Release cadence is irregular, tied to AlphaFold updates.
pip install alphafold-colabfoldNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example to run AlphaFold2 prediction using ColabFold patched pipeline. You must have AlphaFold databases and model parameters downloaded.
pip uninstall alphafold && pip install alphafold-colabfold
Follow the AlphaFold setup guide at https://github.com/google-deepmind/alphafold to download databases and parameters, then set ALPHAFOLD_DB_DIR and ALPHAFOLD_MODEL_DIR environment variables.
Keep using use_amber=True unless future release notes indicate removal.
pip install alphafold-colabfold
Use one of the following model names: 'model_1', 'model_2', 'model_3', 'model_4', 'model_5' or 'model_1_ptm', 'model_2_ptm', etc. Check the parameter directory.
No dependency data recorded yet.