[][src]Crate protein_get

The protein-get crate provides simple functions to fetch protein structure data files in .pdb, .cif and .bcif formats from RSCB.

Functions

get_bcif

Get the binary PDBx/mmCIF file of the given entry code.

get_cif

Get the PDBx/mmCIF file of the given entry code.

get_pdb

Get the PDB file of the given entry code.