Set a reader library instead of file suffix #153
Labels
Infrastructure: Data
Related to data handling like readers and datasets
Priority: Medium
Important issues to address after high priority.
It might make sense to invert the control flow here. Instead of guessing the reader from the file extension, do something like
or
this way we don't try to use ASE on CP2K xyz files, which are not quite compatible
Originally posted by @Luthaf in #84 (comment)
I would go for the first option and leave the
reader
as a optional field. If the user does not specify a reader library we will infer it from the file suffix based on a list of known extensions (as we are currently doing it).The text was updated successfully, but these errors were encountered: