Open cgoliver opened 1 year ago
P.S. It seems like atom_mappings.txt
was updated and so changing
33 filename = os.path.join(current_path,"atom_mappings_refined.txt")
to
33 filename = os.path.join(current_path,"atom_mappings.txt")
in fr3d/data/mapping.py
seems to fix it as long as the two files are indeed equivalent.
Thank you for this great tool, it's something that has been on my wishlist for a long time.
Running the pairwise interaction script with just the
--help
argument throws a missing file exception:I checked in the
data/
folder and these are the only two files:But the script is looking for
atom_mappings_refined.txt
Thanks again, Carlos