pdb-database

Community

Access PDB structures and metadata for structural biology

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Access RCSB PDB structures and metadata to support structural biology, drug discovery, and computational analyses.

Core Features & Use Cases

  • Searching for structures by text, sequence, or similarity
  • Downloading coordinate files (PDB/mmCIF)
  • Retrieving structure metadata (resolution, organism, method)
  • Batch operations for multiple structures
  • GraphQL and scripted data access patterns

Quick Start

Install the official RCSB PDB Python API client and fetch a simple entry:

  1. pip install rcsb-api
  2. from rcsbapi.data import fetch, Schema data = fetch("4HHB", schema=Schema.ENTRY)

Dependency Matrix

Required Modules

rcsb-apirequests

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pdb-database
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#pdb-database

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository