JAL-961 allow calcId to be specified independently of alignment annotation row label
[jalview.git] / src / jalview / io / TCoffeeScoreFile.java
index cf33671..9c75878 100644 (file)
@@ -482,7 +482,7 @@ public class TCoffeeScoreFile extends AlignFile {
              }
            }
            // this will overwrite any existing t-coffee scores for the alignment
-           AlignmentAnnotation aa=al.findOrCreateAnnotation(TCOFFEE_SCORE,false,s,null);
+           AlignmentAnnotation aa=al.findOrCreateAnnotation(TCOFFEE_SCORE,TCOFFEE_SCORE,false,s, null);
            if (s!=null)
            {
              aa.label="T-COFFEE";