From 52b295227bde126b86af2df627b646c524810b5c Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 28 Aug 2018 17:11:48 +0100 Subject: [PATCH] JAL-3003 different coloured borders in demo annotation file --- examples/testdata/example_annot_file.jva | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/testdata/example_annot_file.jva b/examples/testdata/example_annot_file.jva index 1779247..6b9faa4 100644 --- a/examples/testdata/example_annot_file.jva +++ b/examples/testdata/example_annot_file.jva @@ -18,5 +18,5 @@ SEQUENCE_GROUP Group_A 30 50 * SEQUENCE_GROUP Group_B 1 351 2-5 SEQUENCE_GROUP Group_C 12 14 -1 seq1 seq2 seq3 PROPERTIES Group_A description=This is the description colour=Helix Propensity pidThreshold=0 outlineColour=red displayBoxes=true displayText=false colourText=false textCol1=black textCol2=black textColThreshold=0 -PROPERTIES Group_B outlineColour=red colour=None +PROPERTIES Group_B outlineColour=green colour=None PROPERTIES Group_C colour=Clustal -- 1.7.10.2