Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
MISA_constructor Class Reference

Constructions

 __init__ (self, pdir, idir, odir, adir, verbose, prefix, to_align, file_specs, bound_pdb_complexes, pdb_id2path, windows)
 Default constructor.

Internal methods

 gather_chains_by_MISA_id (self)
 Gather all the chain by the relevant MISA id.
 run (self)
 Iterate over the MISA to run the processing.

Detailed Description

Construct and process all the MISAs. Gather the different chains by MISA id and run the processing of each of them.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
pdir,
idir,
odir,
adir,
verbose,
prefix,
to_align,
file_specs,
bound_pdb_complexes,
pdb_id2path,
windows )

Default constructor.

Member Function Documentation

◆ gather_chains_by_MISA_id()

gather_chains_by_MISA_id ( self)

Gather all the chain by the relevant MISA id.

◆ run()

run ( self)

Iterate over the MISA to run the processing.