Entering edit mode
                    11.0 years ago
        ronaldnieuwenhuis
        
    
        ▴
    
    30
    Hello,
In order to make a custom substitution matrix I use clastalo to perform a msa and subsequently I use the SubsMat module trying to create a substition matrix.
I have to specify an alphabet and, with the biopython Alphabet and IUPAC modules being though to understand, I haven't been able to find the right alpabet. This results in a python KeyError on '-'.
My msa contains "-", which alphabet should I specify?
Sincerely