From 1b7d493c78a364ec44ba125554a09aa317e7ad2c Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Thu, 18 Jan 2007 16:15:22 +0000 Subject: [PATCH] Descriptions can be added to annotations --- src/jalview/io/AnnotationFile.java | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 1f5a7ad..749d2a7 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -50,6 +50,10 @@ public class AnnotationFile for(int i=0; i1) + description = st.nextToken(); + else + description = null; line = st.nextToken(); -- 1.7.10.2