JAL-1919 Settings to disable duplicate generation of sequence features via reflection
[jalview.git] / src / jalview / io / StructureFile.java
index 9efaaac..3a7419c 100644 (file)
@@ -276,7 +276,7 @@ public abstract class StructureFile extends AlignFile
             new FileParse(getDataName(),
                 type) };
 
-        StructureViewSettings.setShowSeqFeatures(true);
+        StructureViewSettings.setShowSeqFeatures(false);
         StructureViewSettings.setVisibleChainAnnotation(false);
         StructureViewSettings
                 .setPredictSecondaryStructure(predictSecondaryStructure);