Open anabiman opened 3 years ago
Investigate the underlying problem with this behavior:
>>> parmed.load_file(mm_data.ffs["dialanine.psf"], xyz=mm_data.mols["dialanine.pdb"]) ... TypeError: parse() got an unexpected keyword argument 'xyz'
The file extension maps might need to be updated to get around this.
Investigate the underlying problem with this behavior: