IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Building macro. More...
Inherits object.
Building macro.
Definition at line 850 of file /macros.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | build_model |
Create model. More... | |
def IMP.pmi1.macros.BuildModel1.__init__ | ( | self, | |
representation | |||
) |
Constructor.
representation | The PMI representation |
Definition at line 853 of file /macros.py.
def IMP.pmi1.macros.BuildModel1.build_model | ( | self, | |
data_structure, | |||
sequence_connectivity_scale = 4.0 , |
|||
sequence_connectivity_resolution = 10 , |
|||
rmf_file = None , |
|||
rmf_frame_number = 0 , |
|||
rmf_file_map = None , |
|||
skip_connectivity_these_domains = None , |
|||
skip_gaussian_in_rmf = False , |
|||
skip_gaussian_in_representation = False |
|||
) |
Create model.
data_structure | List of lists containing these entries: comp_name, hier_name, color, fasta_file, fasta_id, pdb_name, chain_id, res_range, read_em_files, bead_size, rb, super_rb, em_num_components, em_txt_file_name, em_mrc_file_name, chain_of_super_rb, keep_gaussian_flexible_beads (optional) |
sequence_connectivity_scale | |
rmf_file | |
rmf_frame_number | |
rmf_file_map | : a dictionary that map key=component_name:value=(rmf_file_name, rmf_frame_number, rmf_component_name) |
Definition at line 867 of file /macros.py.