JAL-674 disable secondary structure annotation when data passed to MCView for display
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 10 Oct 2014 15:25:00 +0000 (16:25 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 10 Oct 2014 15:25:00 +0000 (16:25 +0100)
src/MCview/PDBViewer.java

index b4cb80c..a297892 100755 (executable)
@@ -81,7 +81,7 @@ public class PDBViewer extends JInternalFrame implements Runnable
       try
       {
         tmpPDBFile = pdbentry.getFile();
-        PDBfile pdbfile = new PDBfile(tmpPDBFile,
+        PDBfile pdbfile = new PDBfile(false,false,tmpPDBFile,
                 jalview.io.AppletFormatAdapter.FILE);
 
         pdbcanvas.init(pdbentry, seq, chains, ap, protocol);