Crate protein_get

Crate protein_get 

Source
Expand description

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.