load_pdb

Function load_pdb 

Source
pub fn load_pdb(input_pdb: &str) -> Result<PDB, Vec<PDBError>>
Expand description

Loads a PDB structure from a file path

§Arguments

  • input_pdb - Path to the PDB file

§Returns

Result containing either the parsed PDB or a list of errors