h5_fragment_store_provider¶
- class pyrosetta.protocols.h5_fragment_store_provider.H5PyFragmentStoreProvider(*args, **kwargs)¶
Bases:
FragmentStoreProvider
str_group = {“aa” : [str,str,str,str, … ]} int64_group = {“ss_bin” : [1,1,1,1,4,7,34,76,34, … ]} real_group = {} realVector_group = {
“phi” : [[9],[9],[9],[9],[9], … ], “psi” : [[9],[9],[9],[9],[9], … ], “omega” : [[9],[9],[9],[9],[9], … ], “cen” : [[9],[9],[9],[9],[9], … ]
} fragment_coordinates = [xyzVector, xyzVector, xyzVector, xyzVector, … ]
- append_to_fragment_store(self: pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider, fragment_store: protocols::indexed_structure_store::FragmentStore, store_name: str, group_field: str, group_type: str) None ¶
C++: protocols::indexed_structure_store::FragmentStoreProvider::append_to_fragment_store(class std::shared_ptr<class protocols::indexed_structure_store::FragmentStore>, std::string, std::string, std::string) –> void
- assign(self: pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider, : pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider) pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider ¶
C++: protocols::indexed_structure_store::FragmentStoreProvider::operator=(const class protocols::indexed_structure_store::FragmentStoreProvider &) –> class protocols::indexed_structure_store::FragmentStoreProvider &
- get_fragment_store(self: pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider, store_name: str) protocols::indexed_structure_store::FragmentStore ¶
C++: protocols::indexed_structure_store::FragmentStoreProvider::get_fragment_store(std::string) –> class std::shared_ptr<class protocols::indexed_structure_store::FragmentStore>
- instance = <pyrosetta.protocols.h5_fragment_store_provider.H5PyFragmentStoreProvider object>¶
- set_target_filename(self: pyrosetta.rosetta.protocols.indexed_structure_store.FragmentStoreProvider, target_filename: str) None ¶
C++: protocols::indexed_structure_store::FragmentStoreProvider::set_target_filename(std::string) –> void
- pyrosetta.protocols.h5_fragment_store_provider.init_H5FragmentStoreProvider()¶