|
Rosetta
|
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::sequence | |
Functions | |
| utility::vector1< std::string > | core::sequence::split_sequence_motif (std::string const &motif) |
| Splits the sequence motif (Ex. N[^P]-[STN]A) into strings of commands for individual positions Example: ["N", "^P", "-", "STN","A",] for the three positions specified. More... | |
| core::Size | core::sequence::get_motif_length (std::string const &motif) |
| std::string | core::sequence::get_design_sequence_motif_syntax () |
| Return the description of the syntax for a design sequence motif. More... | |