franciscoadasme / chem.cr

Library for dealing with computational chemistry files
https://franciscoadasme.github.io/chem.cr/
MIT License
23 stars 1 forks source link

Chem::Structure.from_pdb is not working #192

Closed maurobedoya closed 1 year ago

maurobedoya commented 1 year ago

The function st = Chem::Structure.from_pdb("file.pdb") has stopped working. Error message is:

In lib/chem/src/chem/template_registry.cr:161:24

 161 | registry. Parse {{read_file("data/templates/amino.yaml")}}
                        ^--------
Error: Error opening file with mode 'r': 'data/templates/amino.yaml': No such file or directory

Chem.cr versión: chem (0.5.6 at 3973353)