To install this version
pip install moldf -U
- Can get a list of chain ids through
PDBDataFrame.chain_list
property, even when two chains are identical as tochaid_id
s. - Can read the
HET
,HETNAM
,HETSYN
, andFORMUL
lines into a_chem_comp
category now forread_pdb
. The_chem_comp
category mimics the same category in themmCIF
format but is slightly different in that the column names are mostly taken from theFIELD
specification in the RCSB's doc.
- By default, those numerical columns are not converted to numerical types because many cif files don't respect those type specifications by RCSB.
- Check local directories for files first before attempting to download them from online resources for
read_pdb
andread_pdbx
. - Residues in different chains but with identical (
chain_id
,residue_name
,residue_number
) are now listed separately inresidue_list
. A fixed file by pdbfixer if the original file is a bioassembly file containing same asym chains can have such a problem.