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

Constructions

def __init__ (self, verbose)
 Default constructor. More...
 

Internal Methods

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

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__()

def __init__ (   self,
  verbose 
)

Default constructor.

Member Function Documentation

◆ is_equal()

def is_equal (   self,
  chain_name_1,
  chain_name_2 
)

Test the identity in the display of two chains.