|
Rosetta
|
Functions | |
| def | fold_tree (PDB_out=False) |
Variables | |
| extra_options | |
| parser = optparse.OptionParser() | |
| INTERPRETING RESULTS. More... | |
| dest | |
| default | |
| help | |
| options | |
| args | |
| PDB_out = bool(options.PDB_out) | |
| def demo.D030_Fold_tree.fold_tree | ( | PDB_out = False | ) |
Demonstrates the syntax necessary for basic usage of the FoldTree object
performs these changes with a demonstrative pose example and writes
structures to PDB files if <PDB_out> is True
References enumerate_junctions.int, pyrosetta.distributed.io.pose_from_sequence, print(), basic::options::OptionKeys::run::PyMOLMover.PyMOLMover, and range.
| demo.D030_Fold_tree.args |
| demo.D030_Fold_tree.default |
| demo.D030_Fold_tree.dest |
| demo.D030_Fold_tree.extra_options |
| demo.D030_Fold_tree.help |
| demo.D030_Fold_tree.options |
| demo.D030_Fold_tree.parser = optparse.OptionParser() |
INTERPRETING RESULTS.
COMMANDLINE COMPATIBILITY
| demo.D030_Fold_tree.PDB_out = bool(options.PDB_out) |