MolDf v0.7.5
To install this version
pip install moldf -U
New features
- Added
write_jcsv
function. Any dict of Pandas Frames can be writen to the JCSV format. - Added
read_jcsv
function. TheJCSV
files written by the abovewrite_jcsv
function can be read into dicts of DataFrames. - The above two close #20.
Fixes
get_residue_template
now returns both (A, B) and (B, A) for A-B bonding information.- For
mmcif
, columns of the_atom_site
category but not in the provided file are skipped in buildingPDBDataFrame
. label_entity_id
is char inmmcif
specification.- The newline character in windows os is respected like in CSV and Pandas.