Lists of PDB IDs and PDB Status Information
October 19, 2015 ยท View on GitHub
Get a list of all current PDB IDs
The following code connects to one of the PDB servers and fetches a list of all current PDB IDs.
SortedSet<String> currentPDBIds = PDBStatus.getCurrentPDBIds();
The current status of a PDB entry
The following provides information about the status of a PDB entry
Status status = PDBStatus.getStatus("4hhb");
// get the current ID for an obsolete entry
String currentID = PDBStatus.getCurrent("1hhb");
Navigation: Home | Book 3: The Structure Modules | Chapter 18 : Status Information