| |
- builtins.object
-
- BluePrint
- DataLoader
-
- FragSetLoader
- MonteCarloLoader
- ResidueSelectorLoader
- ScoreFunctionLoader
- TaskOperationLoader
- DataLoaderCreator
-
- FragSetLoaderCreator
- MonteCarloLoaderCreator
- ResidueSelectorLoaderCreator
- ScoreFunctionLoaderCreator
- TaskOperationLoaderCreator
- DataLoaderFactory
- FragmentReader
class BluePrint(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.jd2.parser.BluePrint) -> NoneType
2. __init__(self : rosetta.protocols.jd2.parser.BluePrint, filename : str) -> NoneType
3. __init__(self : rosetta.protocols.jd2.parser.BluePrint, rval : rosetta.protocols.jd2.parser.BluePrint) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- abego(...) from builtins.PyCapsule
- abego(*args, **kwargs)
Overloaded function.
1. abego(rosetta.protocols.jd2.parser.BluePrint) -> rosetta.utility.vector1_std_string
abego defined in bludprint file
2. abego(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> str
secondary structure at a position in blueprint file
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.jd2.parser.BluePrint, : rosetta.protocols.jd2.parser.BluePrint) -> rosetta.protocols.jd2.parser.BluePrint
- buildtype(...) from builtins.PyCapsule
- buildtype(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> str
return build type at each position
- extra(...) from builtins.PyCapsule
- extra(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> str
return build type at each position
- helix_pairings(...) from builtins.PyCapsule
- helix_pairings(rosetta.protocols.jd2.parser.BluePrint) -> str
helix pairings defined at the line of HHPAIR in blueprint
- hss_triplets(...) from builtins.PyCapsule
- hss_triplets(rosetta.protocols.jd2.parser.BluePrint) -> str
strand pairings defined at the line of SSPAIR in blueprint
- insert_ss_into_pose(...) from builtins.PyCapsule
- insert_ss_into_pose(self : rosetta.protocols.jd2.parser.BluePrint, pose : rosetta.core.pose.Pose) -> NoneType
set secondary structure into pose
- insertion(...) from builtins.PyCapsule
- insertion(self : rosetta.protocols.jd2.parser.BluePrint, i : int) -> str
- read_blueprint(...) from builtins.PyCapsule
- read_blueprint(self : rosetta.protocols.jd2.parser.BluePrint, : str) -> bool
reading blueprint files
- resnum(...) from builtins.PyCapsule
- resnum(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> int
residue number at each position in blueprint file
- resnum_map(...) from builtins.PyCapsule
- resnum_map(self : rosetta.protocols.jd2.parser.BluePrint, resnum_pose : int) -> int
translate residue number of pose to that of blueprint file
- secstruct(...) from builtins.PyCapsule
- secstruct(*args, **kwargs)
Overloaded function.
1. secstruct(rosetta.protocols.jd2.parser.BluePrint) -> str
secondary structures defined in blueprint file
2. secstruct(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> str
secondary structure at a position in blueprint file
- sequence(...) from builtins.PyCapsule
- sequence(*args, **kwargs)
Overloaded function.
1. sequence(rosetta.protocols.jd2.parser.BluePrint) -> str
sequence defined in blueprint file
2. sequence(self : rosetta.protocols.jd2.parser.BluePrint, seqpos : int) -> str
a~mino acid type at a position in blueprint file
- set_movemap(...) from builtins.PyCapsule
- set_movemap(self : rosetta.protocols.jd2.parser.BluePrint, movemap : rosetta.core.kinematics.MoveMap) -> NoneType
set movemap based on blueprint
- strand_pairings(...) from builtins.PyCapsule
- strand_pairings(rosetta.protocols.jd2.parser.BluePrint) -> str
strand pairings defined at the line of SSPAIR in blueprint
- total_residue(...) from builtins.PyCapsule
- total_residue(rosetta.protocols.jd2.parser.BluePrint) -> int
total residue number defined in blueprint file
- total_residue_wolig(...) from builtins.PyCapsule
- total_residue_wolig(rosetta.protocols.jd2.parser.BluePrint) -> int
total residue number without ligand defined in blueprint file
|
class DataLoader(builtins.object) |
|
A class for loading arbitrary data into the XML parser's basic::datacache::DataMap. |
|
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(rosetta.protocols.jd2.parser.DataLoader) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.jd2.parser.DataLoader, : rosetta.protocols.jd2.parser.DataLoader) -> rosetta.protocols.jd2.parser.DataLoader
- load_data(...) from builtins.PyCapsule
- load_data(self : rosetta.protocols.jd2.parser.DataLoader, pose : rosetta.core.pose.Pose, tag : rosetta.utility.tag.Tag, data : rosetta.basic.datacache.DataMap) -> NoneType
The DataLoader may load specific information into the basic::datacache::DataMap
object using this interface.
|
|