Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosettacommons/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.
https://github.com/rosettacommons/pyrosetta_scripts

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.