This repository contains the code for the publication "FakeRotLib: expedient non-canonical amino acid parameterization in Rosetta". This includes the scripts used for the benchmark and a (historical) installation of Rosetta representative of what was used to generate the benchmark. For the latest developments in Rosetta, see the Rosetta main repository: https://github.com/rosettacommons/main.
- RosettaScripts mutating the canonical residues and calling the movers
- Python scripts used to calculate rotamer and sequence recovery
- Lists of each protein target derived from CATH
- Params files for each canonical residue under each NCAA parameterization scheme
- Rosetta code used to run the benchmarks, including FakeRotLib itself
- Raw PDB files of each protein target, both native and Rosetta processed forms
- The latest stable form of Rosetta (see https://github.com/rosettacommons/main)
- Conda environments used for the python scripts
Below is the description from the original Rosetta commons repository (preserved for historical purposes).
The Rosetta software suite includes algorithms for computational modeling and analysis of protein structures. It has enabled notable scientific advances in computational biology, including de novo protein design, enzyme design, ligand docking, and structure prediction of biological macromolecules and macromolecular complexes.
Rosetta is maintained by the RosettaCommons, a collaboration of 50+ academic research groups, who have been developing Rosetta for over 20 years. See https://ww.rosettacommons.org for more information about Rosetta and the RosettaCommons.
While the Rosetta source code is published on GitHub, it is not "Open Source" (according to the OSI definition). Most notably, use for commercial purposes requires purchase of a separate license. See LICENSE.md for further information.
Start here: https://www.rosettacommons.org/docs/latest/getting_started/Getting-Started
Compilation quick-start (see https://www.rosettacommons.org/docs/latest/build_documentation/Build-Documentation for more details):
$ cd Rosetta/main/source
$ ./scons.py -j<NumOfJobs> mode=release binQuestions about how to use Rosetta are best directed to the RosettaCommons forums https://www.rosettacommons.org/forum
PyRosetta are Python bindings to the Rosetta library. These can be built from the Rosetta source code.
See https://www.pyrosetta.org/ for more information about PyRosetta.
We welcome contributions to improve Rosetta. We use a fork-and-PR system for contribution. To contribute to Rosetta, please fork the Rosetta repo(s) under your own Github user space. You can then develop your additions in your own space. Once you're ready to contribute it back, open a PR agaist the main Rosetta repos. You will need to sign the Rosetta Contributor License Agreement before your contribution can be accepted.
See CONTRIBUTING.md for more details.
Due to its size, Rosetta uses git submodules to help in organization.
The main repository (RosettaCommons/rosetta) contains the Rosetta source code, database, unit test and integration tests
- rosetta/source/src -- The Rosetta source
- rosetta/database/ -- The Rosetta database (used during runtime)
- rosetta/source/test/ -- The compiled unit tests
- rosetta/test/integration/ -- The integration tests
- rosetta/source/bin/ -- The location of the (symlinks to) the Rosetta executables
- rosetta/source/build/ -- The location of the built libraries
Additional information is located in submodules:
- rosetta/documentation/ -- https://github.com/RosettaCommons/documentation -- Source for the online documentation
- rosetta/demos/ -- https://github.com/RosettaCommons/demos -- Various demos on using Rosetta
- rosetta/tools/ -- https://github.com/RosettaCommons/tools -- Additional helper scripts and protocols
- rosetta/rosetta_scripts_scripts -- https://github.com/RosettaCommons/rosetta_scripts_scripts -- Example XML scripts for use with RosettaScripts
- rosetta/pyrosetta_scripts -- https://github.com/RosettaCommons/pyrosetta_scripts -- Example PyRosetta scripts
- rosetta/PyRosetta.notebooks -- https://github.com/RosettaCommons/PyRosetta.notebooks -- Example Jupyter notebooks using PyRosetta.
- rosetta/source/external/... -- Various 'venderized' external dependencies