![]() |
Rosetta
2020.27
|
Utility functions for main task classes. More...
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::pack | |
core::pack::task | |
Functions | |
utility::vector1 < ResfileCommandOP > | core::pack::task::parse_res_agnostic_commands (std::string const &line, std::map< std::string, ResfileCommandOP > const &command_map) |
Parse a command line that is residue agnostic and has no residue information. IE "PIKAA ST" or [EMPTY NC xxx NC xxx]. More... | |
vector1< vector1 < ResfileCommandOP > > | core::pack::task::get_resfile_commands (std::string const &motif) |
Take a Design Sequence Motif (like a simple version of a resfile), and parse into a list of ResfileCommands. These commands can then be used to do whatever you want with, including non-cannonicals. More... | |
Utility functions for main task classes.