pdb_io.PdbQueries
- class pdb_io.PdbQueries(query_list: list = <factory>)[source]
Bases:
objectList with unique protein structure file query entries
- query_list
- Type:
list[PdbFileQuery]
- __init__(query_list: list = <factory>) None
Methods
__init__([query_list])add_query(protein_id, path_string, chain)Creates a new PdbFileQuery object, or appends a protein chain entity ID to an existing query
Attributes
- add_query(protein_id: str, path_string: str, chain: str)[source]
Creates a new PdbFileQuery object, or appends a protein chain entity ID to an existing query
- Parameters:
protein_id (str) – pdb entity ID of the protein structure
path_string (str) – name of the protein structure file
chain (str) – pdb polypeptide instance ID
- Return type:
None