From ada26a752f9b712a663a7ec88353502ecea4fd1b Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 12 Nov 2008 11:09:45 +0000 Subject: [PATCH] added todo regarding import of GFF2 key=value attributes --- src/jalview/io/FeaturesFile.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jalview/io/FeaturesFile.java b/src/jalview/io/FeaturesFile.java index 462ee22..5058e5f 100755 --- a/src/jalview/io/FeaturesFile.java +++ b/src/jalview/io/FeaturesFile.java @@ -201,6 +201,7 @@ public class FeaturesFile extends AlignFile { attributes.append("\t" + st.nextElement()); } + // TODO validate and split GFF2 attributes field ? parse out ([A-Za-z][A-Za-z0-9_]*) ; and add as sf.setValue(attrib, val); sf.setValue("ATTRIBUTES", attributes.toString()); } -- 1.7.10.2