Rosetta
|
#include <core/sequence/sequence_motif.hh>
#include <string>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
#include <core/types.hh>
#include <utility/string_util.hh>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::sequence | |
Functions | |
static basic::Tracer | core::sequence::tr ("core.sequence.sequence_motif") |
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... | |