public class PDBSRSReader extends java.lang.Object implements StructureIO
Constructor and Description |
---|
PDBSRSReader() |
Modifier and Type | Method and Description |
---|---|
Structure |
getStructureById(java.lang.String pdbId)
load a structure from from SRS installation using wgetz
returns null if no structure found
|
public Structure getStructureById(java.lang.String pdbId) throws java.io.IOException
getStructureById
in interface StructureIO
pdbId
- a String specifying the id value (PDB code)java.io.IOException
- ...