Skip to content

Extract Ions from CCD

The Chemical Component Dictionary (CCD) is as an external reference file describing all residue and small molecule components found in PDB entries.

This script extracts all ions from the CCD and provides their names as TypeScript set.

Example

sh
node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-dict/create-ions.js src/mol-model/structure/model/types/ions.ts

Usage

ArgumentDescription
outGenerated file output path
--forceDownload, -fForce download of CCD
sh
create-ions.js [-h] [--forceDownload] out