![]() |
Rosetta
2021.16
|
Functions | |
| def | movemap |
Variables | |
| tuple | parser = optparse.OptionParser() |
| INTERPRETING RESULTS. More... | |
| string | default = '../test/data/test_in.pdb' |
| string | help = 'the PDB file containing the loop to remodel' |
| pdb_filename = options.pdb_filename | |
| tuple | pose = Pose() |
| tuple | PDB_out = bool(options.PDB_out) |
| def demo.D040_Movemap.movemap | ( | pose, | |
PDB_out = False |
|||
| ) |
Demonstrates the syntax necessary for basic usage of the MoveMap object
performs these changes with a demonstrative backbone minimization
using <pose> and writes structures to PDB files if <PDB_out> is True
References name, fmt.print(), basic::options::OptionKeys::run::PyMOLMover.PyMOLMover, and basic::options::OptionKeys::DisulfideInsertion.scorefxn.
| string demo.D040_Movemap.default = '../test/data/test_in.pdb' |
| string demo.D040_Movemap.help = 'the PDB file containing the loop to remodel' |
| tuple demo.D040_Movemap.parser = optparse.OptionParser() |
INTERPRETING RESULTS.
COMMANDLINE COMPATIBILITY
| demo.D040_Movemap.pdb_filename = options.pdb_filename |
| tuple demo.D040_Movemap.PDB_out = bool(options.PDB_out) |
| tuple demo.D040_Movemap.pose = Pose() |
1.8.7