Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
demo.D040_Movemap Namespace Reference

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)
 

Function Documentation

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.

Variable Documentation

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()