• Stars
    star
    201
  • Rank 190,671 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A package to predict protein inter-residue geometries from sequence data

trRosetta

This package is a part of trRosetta protein structure prediction protocol developed in: Improved protein structure prediction using predicted inter-residue orientations. It includes tools to predict protein inter-residue geometries from a multiple sequence alignment or a single sequence.

Contact: Ivan Anishchenko, [email protected]

Updates

trRosetta2 is now available (May 20, 2021)

Requirements

tensorflow (tested on versions 1.13 and 1.14)

Download

# download package
git clone https://github.com/gjoni/trRosetta
cd trRosetta

# download pre-trained network
wget https://files.ipd.uw.edu/pub/trRosetta/model2019_07.tar.bz2
tar xf model2019_07.tar.bz2

Usage

python ./network/predict.py -m ./model2019_07 example/T1001.a3m example/T1001.npz

Links

References

J Yang, I Anishchenko, H Park, Z Peng, S Ovchinnikov, D Baker. Improved protein structure prediction using predicted inter-residue orientations. (2020) PNAS. 117(3): 1496-1503