JAL-1705 compute peptide variants from dna; add "consequence" feature on
[jalview.git] / src / jalview / io / gff / GffHelperBase.java
index 6d9327b..d4a5358 100644 (file)
@@ -349,7 +349,7 @@ public abstract class GffHelperBase implements GffHelperI
         for (Entry<String, List<String>> attr : attributes.entrySet())
         {
           String values = StringUtils.listToDelimitedString(
-                  attr.getValue(), "; ");
+                  attr.getValue(), ",");
           sf.setValue(attr.getKey(), values);
           if (NOTE.equals(attr.getKey()))
           {