JAL-2738 fix bug of premature exit from adding attributes
[jalview.git] / src / jalview / io / vcf / VCFLoader.java
index fd0e0d6..a3e7e5a 100644 (file)
@@ -620,7 +620,7 @@ public class VCFLoader
       if (CSQ.equals(key))
       {
         addConsequences(variant, seq, sf, altAlelleIndex);
-        return;
+        continue;
       }
 
       /*