| 
                
                   
                
             | 
            
                multiAlign 
             | 
         
        
        
        
multiAlign (
        chains,
        cutoff,
        matchType,
        gapChar,
        circular,
        )
        
            | 
                
                  Exceptions 
                
             | 
            
                 
             | 
         
        
        | 
         
AttributeError, "No such EndPoint attribute: %s" % attr 
UserError("Cannot generate alignment with" " %s %s because it is not superimposed" " on the other structures" %( seq.molecule.name, seq.name ) ) 
 
 |  
  |  
 
        
            | 
                
                   
                
             | 
            
                pairAlign 
             | 
         
        
        
        
pairAlign (
        chains,
        cutoff,
        gapChar,
        circular,
        showAlignment=True,
        )
        
            | 
                
                  Exceptions 
                
             | 
            
                 
             | 
         
        
        | 
         
UserError( "Cannot generate alignment because no" " residues within cutoff distance" ) 
 
 |  
  |  
 
        
            | 
                
                   
                
             | 
            
                match2align 
             | 
         
        
        
        
match2align (
        chains,
        cutoff,
        matchType,
        gapChar,
        circular,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                findPruneCrosslinks 
             | 
         
        
        
        
findPruneCrosslinks (
        allLinks,
        pairings,
        seq1,
        seq2,
        linkList,
        links1,
        links2,
        tag="",
        )
 |  
  |