The implementation of the paper "CopulaNet: Learning residue co-evolution directly from multiple sequence alignment for protein structure prediction".
Install PyTorch 1.4+, PyRosetta, python 3.7+
- Clone the repo
git clone https://github.com/fusong-ju/ProFOLD.git
- Install python packages
cd ProFOLD
pip install -r requirements.txt
- Generate
aln
format MSA for a given target sequence - Run ProFOLD
run_ProFOLD.sh <MSA> <output_dir>
cd example
./run_example.sh
Distributed under the MIT License. See LICENSE
for more information.