Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 819 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 819 Bytes

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.