Biskit.ExeConfigCache.ExeConfigCache:
Keep track of previously loaded ExeConfig instances in order to
avoid the multiple parsing of one and the same config file.
Biskit.Mod.ValidationSetup.ValidationSetup:
Takes a TemplateSearcher result folder and creates sub-projects
with each template cluster center as target sequence to be
modeled.
Biskit.ReduceCoordinates.ReduceCoordinates:
Translate a PDBModel or frames from a trajectory to structure(s)
with only one backbone and up to 2 side chain atoms per
residue.
Biskit.SettingsManager.SettingsManager:
SettingsManager merges the parameters from a default and a user
configuration file into a python module where they are published as
normal fields.
Biskit.difflib_old.Differ:
Differ is a class for comparing sequences of lines of text, and
producing human-readable differences or deltas.
Biskit.difflib_old.SequenceMatcher:
SequenceMatcher is a flexible class for comparing pairs of
sequences of any type, so long as the sequence elements are
hashable.