Utility functions for main task classes.
More...
#include <core/pack/task/util.hh>
#include <core/sequence/sequence_motif.hh>
#include <core/pack/task/ResfileReader.hh>
#include <basic/Tracer.hh>
#include <utility/string_util.hh>
#include <utility/stream_util.hh>
|
| static basic::Tracer | TR ("core.pack.task.util") |
| |
| 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-canonicals. More...
|
| |
Utility functions for main task classes.
- Author
- Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)
◆ TR()
| static basic::Tracer TR |
( |
"core.pack.task.util" |
| ) |
|
|
static |