Rosetta
|
This is to illustrate packing residues in a PDB @detail Run this script with the following arguments: 1) in::file::s <list of one PDB with at least 2 residues to pack> 2) in::path::database
) in::file::extra_res_fa <list of extra params files, one per residue type> More...
#include <utility/vector0.hh>
#include <utility/excn/Exceptions.hh>
#include <devel/init.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <basic/options/option.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/ScoreFunction.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <core/import_pose/import_pose.hh>
Functions | |
int | main (int argc, char *argv[]) |
This is to illustrate packing residues in a PDB @detail Run this script with the following arguments: 1) in::file::s <list of one PDB with at least 2 residues to pack> 2) in::path::database
) in::file::extra_res_fa <list of extra params files, one per residue type>
int main | ( | int | argc, |
char * | argv[] | ||
) |