Package org.snpeff.pdb
Class PdbFile
java.lang.Object
org.snpeff.pdb.PdbFile
A structure that reads PDB files
This code is similar to 'PDBFileReader' from BioJava, but the BioJava version
doesn't close file descriptors and eventually produces a crash when reading
many files.
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.biojava.nbio.structure.Structure
getStructure
(String filename) Opens filename, parses it and returns aStructure object .
-
Constructor Details
-
PdbFile
public PdbFile()
-
-
Method Details
-
getStructure
Opens filename, parses it and returns aStructure object .- Throws:
IOException
-