Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
util.cc File Reference

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>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::pack
 
 core::pack::task
 

Functions

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...
 

Detailed Description

Utility functions for main task classes.

Author
Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)

Function Documentation

static basic::Tracer TR ( "core.pack.task.util"  )
static