Is there a way (or has anyone tried) to make ParmEd interoperate with
OpenEye Python objects? The two packages are written very differently, so I
wouldn't be surprised if the answer is simple "no" or "not really".
My current workflow starts with a ParmEd AmberParm object:
>>> import parmed as pmd
>>> mol = pmd.load_file(<prmtop>, xyz=<NetCDF file>)
and I would like an OpenEye object for some specific operations (e.g. build
AmberMasks based on some cheminformatics-y calculations). The current hack
is to just write/read a pdb:
>>> mol.save('tmp.pdb') # can preface this with mol.strip() to make the
files small/fast
>>> # read object from file with OpenEye <blah blah>
Can anyone imagine something faster or more elegant here?
Thanks,
BKR
---
Brian Radak, PhD
Senior Investigator
Silicon Therapeutics
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Nov 11 2019 - 08:00:03 PST