materialscloud-org / optimade-maker

Tools for making OPTIMADE APIs from various formats of structural data (e.g. an archive of CIF files).
MIT License
3 stars 0 forks source link

Better support for direct from JSONL #65

Open ml-evs opened 2 months ago

ml-evs commented 2 months ago
2024-09-27 11:52:31 - optimake - INFO - optimade.jsonl doesn't exist. Converting archive.

gets printed even if the JSONL path has been specified

eimrek commented 1 month ago

I think currently it works such that if you specify the jsonl directly with a different name than optimade.jsonl, it will tell you that message and then the conversion is just creating a symlink to optimade.jsonl.

But we could think how to improve this.