examples/tutorial/fastfold/README.md
This example lets you to try out the inference of FastFold.
We highly recommend you to install FastFold with conda.
git clone https://github.com/hpcaitech/FastFold
cd FastFold
conda env create --name=fastfold -f environment.yml
conda activate fastfold
python setup.py install
It may take ~900GB space to keep datasets.
./scripts/download_all_data.sh data/
bash inference.sh
You can find predictions under the outputs dir.
There are another features of FastFold, such as:
More detailed information can be seen here.