Skip to content
/ ProFOLD Public
forked from fusong-ju/ProFOLD

A protein 3D structure prediction application

License

Notifications You must be signed in to change notification settings

bigict/ProFOLD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProFOLD

About The Project

The implementation of the paper "CopulaNet: Learning residue co-evolution directly from multiple sequence alignment for protein structure prediction".

Getting Started

Prerequisites

Install PyTorch 1.4+, PyRosetta, python 3.7+

Installation

  1. Clone the repo
git clone https://github.com/fusong-ju/ProFOLD.git
  1. Install python packages
cd ProFOLD
pip install -r requirements.txt

Usage

  1. Generate aln format MSA for a given target sequence
  2. Run ProFOLD
run_ProFOLD.sh <MSA> <output_dir>

Example

cd example
./run_example.sh

License

Distributed under the MIT License. See LICENSE for more information.

About

A protein 3D structure prediction application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%