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