2 releases
0.0.2 | Oct 21, 2020 |
---|---|
0.0.1 | Oct 20, 2020 |
#5 in #science-biology
110KB
protein-get
The protein-get crate provides simple functions to fetch protein structure data files in .pdb
, .cif
and .bcif
formats
from RSCB.
Example
use protein_get::get_pdb;
fn main(){
let pdb1a8o = get_pdb("1A8O").unwrap();
assert_eq!(&pdb1a8o[62..66], b"1A8O");
}
Dependencies
~4–8.5MB
~157K SLoC