Closed aditya0by0 closed 4 months ago
As far as I am aware, this branch originates from the brach used in PR #29. Therefore I will just merge this directly into dev.
I also added some minor changes: The cli for the migration script now uses jsonargparse, which means that one can directly use a config file instead of having to resolve the individual parameters for each class with separate arguments (this also covers other ChEBI configuration such as ChEBIOverXPartial
). If specific files are not found, they are just skipped. And I added some hints for users.
PR for issue #34
I have created new branch for this issue which is based on branch for issue #10, so I think this PR should be merged after PR #29