bis_protein_structure.DATAGEN.AllResiduesSelector

class bis_protein_structure.DATAGEN.AllResiduesSelector(target_chain_id)[source]

Selector class for PDBIO to select all residues in a specific chain.

Parameters:

target_chain_id (str) – The ID of the target chain to select residues from.

accept_residue(residue)[source]

Returns True if the residue belongs to the target chain.

__init__(target_chain_id)[source]

Methods

__init__(target_chain_id)

accept_atom(atom)

Overload this to reject atoms for output.

accept_chain(chain)

Overload this to reject chains for output.

accept_model(model)

Overload this to reject models for output.

accept_residue(residue)

Overload this to reject residues for output.