conkit.misc.selector module¶
Energy function templates for restraint generation
-
class
StructureSelector(contactmap, nprocesses=1)[source]¶ Bases:
objectStructure selection class for assessment by short-, medium- and long-range contact satisfaction
-
assess(decoys, decoy_format, mode='linear')[source]¶ Subselect decoys excluding those not satisfying long-distance restraints
Parameters: - decoys (list, tuple) – A list containing paths to decoy files
- decoy_format (str) – The file format of decoys
- mode (str, optional) – The
SubselectionAlgorithmmode to use
Returns: A
boollist to categorize decoy as keeperReturn type: Raises: ValueError– Unknown subselection mode
-