boolean VisibleChainAnnotation = false;
public PDBfile(String inFile, String inType) throws IOException
+ boolean processSecondaryStructure=true;
{
super(inFile, inType);
}
}
}
}
+ if (processSecondaryStructure)
+ {
if (rna.size() > 0)
try
{
x.printStackTrace();
}
- ;
- if (prot.size() > 0)
- try
- {
- processPdbFileWithJmol(prot);
- } catch (Exception x)
- {
- System.err
- .println("Exceptions when dealing with RNA in pdb file");
- x.printStackTrace();
-
- }
- ;
+ }
} catch (OutOfMemoryError er)
{
System.out.println("OUT OF MEMORY LOADING PDB FILE");