Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rosettacommons/pyrosetta_scripts
- Owner: RosettaCommons
- License: other
- Created: 2017-07-28T19:11:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T12:44:42.000Z (8 months ago)
- Last Synced: 2024-06-05T19:27:27.106Z (5 months ago)
- Language: Scala
- Size: 39.8 MB
- Stars: 4
- Watchers: 231
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.