Skip to content
Snippets Groups Projects
Commit ae459df5 authored by tcarver's avatar tcarver
Browse files

fix for applying colour to nucleotides

parent 95a38beb
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ public class SequenceViewer extends FileViewer { ...@@ -290,7 +290,7 @@ public class SequenceViewer extends FileViewer {
StyleConstants.setBackground(style, colourHash.get(aa)); StyleConstants.setBackground(style, colourHash.get(aa));
} }
final String seq = getText(); final String seq = getText().toUpperCase();
int seqStart = 0; int seqStart = 0;
if(seq.startsWith(">")) if(seq.startsWith(">"))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment