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

Constructions

 __init__ (self, verbose)
 Default constructor.

Internal Methods

 is_equal (self, chain_name_1, chain_name_2)
 Test the identity in the display of two chains.

Detailed Description

Contain the character string of each chain of one MISA. Stored in a dictionnary (indexed by chain name) of dictionnaries (indexed by residue id), which contains the characters to be displayed at each position

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
verbose )

Default constructor.

Member Function Documentation

◆ is_equal()

is_equal ( self,
chain_name_1,
chain_name_2 )

Test the identity in the display of two chains.