From d284df057dccb23cccc3609532406b876c3e2e2f Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 14 Feb 2020 16:06:56 +0000 Subject: [PATCH] JAL-3532 TODO comment --- src/jalview/io/StockholmFile.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jalview/io/StockholmFile.java b/src/jalview/io/StockholmFile.java index c3b0a69..b9f1274 100644 --- a/src/jalview/io/StockholmFile.java +++ b/src/jalview/io/StockholmFile.java @@ -529,6 +529,9 @@ public class StockholmFile extends AlignFile treeName = an.stringMatched(2); treeString = new StringBuffer(); } + // TODO: JAL-3532 - this is where GF comments and database references are lost + // suggest overriding this method for Stockholm files to catch and properly + // process CC, DR etc into multivalued properties setAlignmentProperty(an.stringMatched(1), an.stringMatched(2)); } } -- 1.7.10.2