|
Rosetta
|
This application performs a simple "design" of any glycans found with a .pdb. More...
#include <devel/init.hh>#include <protocols/moves/Mover.hh>#include <protocols/minimization_packing/PackRotamersMover.hh>#include <protocols/jd2/JobDistributor.hh>#include <core/types.hh>#include <core/conformation/Conformation.hh>#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoreFunctionFactory.hh>#include <core/pose/Pose.hh>#include <core/pack/palette/CustomBaseTypePackerPalette.hh>#include <core/pack/task/TaskFactory.hh>#include <core/pack/task/operation/TaskOperations.hh>#include <utility/pointer/owning_ptr.hh>#include <utility/excn/Exceptions.hh>#include <string>#include <iostream>Classes | |
| class | DesignGlycansProtocol |
| The design_glycans protocol. More... | |
Typedefs | |
| typedef utility::pointer::shared_ptr< DesignGlycansProtocol > | DesignGlycansProtocolOP |
Functions | |
| int const | SUCCESS (0) |
| int const | FAILURE (-1) |
| int | main (int argc, char *argv[]) |
This application performs a simple "design" of any glycans found with a .pdb.
| typedef utility::pointer::shared_ptr< DesignGlycansProtocol > DesignGlycansProtocolOP |
| int const FAILURE | ( | - | 1 | ) |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int const SUCCESS | ( | 0 | ) |
Referenced by main().