Skip to content

Can't graph a multiple alignment #322

Answered by padix-key
rpestana94 asked this question in Q&A
Discussion options

You must be logged in to vote

You stumbled upon a bug in the color scheme generation, thank you for the report. I will prepare a fix for the next release.
The reason is, that at least one of you protein sequences contains either an 'X' or a '*'.
For now, there are two ways for you to fix this:

  1. If the sequence contains '*': These symbols probably do not convey information in the plot. So you can remove them via the remove_stops() method. In the context of your code this means: sequences.append(seq.ProteinSequence(seq_str).remove_stops()).
  2. Otherwise you can fix the line that produces this bug directly in your Biotite installation: Go to

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rpestana94
Comment options

Answer selected by padix-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants