Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
32 lines (20 loc) · 748 Bytes

File metadata and controls

32 lines (20 loc) · 748 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Lists of PDB IDs and PDB Status Information

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

Prev: Chapter 17 : Special Cases

Morty Proxy This is a proxified and sanitized view of the page, visit original site.