JAL-1919 Settings to disable duplicate generation of sequence features via reflection
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 24 Mar 2016 16:08:59 +0000 (16:08 +0000)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 24 Mar 2016 16:08:59 +0000 (16:08 +0000)
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);