/pyrosetta_scripts

A place in which scripts developed in PyRosetta can be stored and shared. In the not too distant future, these scripts will be tested along side the main repository to ensure that they continue to work even if we make changes to the interfaces of core classes.

Primary LanguageScalaOtherNOASSERTION

PyRosettaScripts

Authors: All members of the RosettaCommons
Description: Repository for Python scripts that use PyRosetta

This is an early experiment, everything has to be figured out yet.

Your python scripts MUST go into:

pyRosettaScripts/designCategory/$USERNAME

Tree-structure:
.
├── README.md
├── benchmarks
├── doc
│   ├── examples
│   └── tutorials
├── lib
├── pilot ├── pyRosettaScripts
├── tests
└── tools

NOTE 1 : It is not OK to just touch commas, spaces and other cosmetic details or
small bug-fixes and then add your name to the list of authors of some code.
Please do it only if you have a substantial contribution to such code development.