liuzi919 / trRosetta

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, aivan@uw.edu

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. (2019) Submitted

About

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

License:MIT License


Languages

Language:Python 100.0%