|
Rosetta
|
Functions | |
| def | movemap (pose, PDB_out=False) |
Variables | |
| extra_options | |
| parser = optparse.OptionParser() | |
| INTERPRETING RESULTS. More... | |
| dest | |
| default | |
| help | |
| options | |
| args | |
| pdb_filename = options.pdb_filename | |
| pose = Pose() | |
| 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 pyrosetta.distributed.io.get_fa_scorefxn(), enumerate_junctions.int, print(), basic::options::OptionKeys::run::PyMOLMover.PyMOLMover, and oop_conformations.scorefxn.
| demo.D040_Movemap.args |
| demo.D040_Movemap.default |
| demo.D040_Movemap.dest |
| demo.D040_Movemap.extra_options |
| demo.D040_Movemap.help |
| demo.D040_Movemap.options |
| demo.D040_Movemap.parser = optparse.OptionParser() |
INTERPRETING RESULTS.
COMMANDLINE COMPATIBILITY
| demo.D040_Movemap.pdb_filename = options.pdb_filename |
| demo.D040_Movemap.PDB_out = bool(options.PDB_out) |
| demo.D040_Movemap.pose = Pose() |