ExposuresProvider / cam-pipeline

Data loading pipeline for CAM database
https://exposuresprovider.github.io/cam-pipeline/
MIT License
2 stars 4 forks source link

Collect models into a single directory #125

Open gaurav opened 4 months ago

gaurav commented 4 months ago

They are currently stored in three directories: aop-models, noctua-models and signor-models. Moving these into subdirectories of a single directory -- data/? models/? -- would make it easier to grep them if needed.

balhoff commented 4 months ago

These are all separate git repositories; it seems a bit messy to mix them.

gaurav commented 4 months ago

I'm proposing that we make them subdirectories of a single directory in cam-pipeline, i.e. models/aop-models, models/noctua-models and models/signor-models. That way we could recursively search through models/* if we want to look for a particular chemical or concept across all the models. The individual Git repos would still get directories to themselves, and the existing code would stay the same -- just looking into models/aop-models instead of aop-models as they at present.

balhoff commented 4 months ago

@gaurav ah, makes sense!