veg / alignment.js

Javascript alignment viewer
MIT License
8 stars 7 forks source link

Add support for ambiguous nucleotides #10

Closed stephenshank closed 6 years ago

stephenshank commented 6 years ago

Using IUPAC nucleotide ambiguity codes.

Currently, cells inherit the background color of their left neighbor and no text color at all (see character 209 of RhMonkey):

before

With this PR:

after