Rosetta tools contains a number of utilities to facilitate Rosetta development including tools for C++ parsing, header only compilation and measuring test coverage. Somewhat mysteriously, this repository also contains scripts to run particular Rosetta applications including ERRASER and fragment picking.
A Collection of useful python modules that are used by many scripts here.
The library depends on BiopythonTo use the graphics package, you will also need to install matplotlib
pip install biopython --userpip install matplotlib --user
The library is divided into 3 packages:
graphics - Classes and functions for graphical output (requires matplotlib)rosetta - Classes and functions for parsing file formats specific to rosettaprotein - Classes and functions for manipulation protein structural data (requires biopython)
to install this package type:
cd protein_toolspython setup.py install
cd protein_toolspython setup.py install --user
cd protein_toolspython setup.py install --install-scripts=/script/install/directory