nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs
https://nfdi4plants.github.io/arc-validate/
MIT License
3 stars 2 forks source link

Refactor validate API from `arc-validate` as library function on `ARCExpect` #73

Closed kMutagene closed 5 months ago

kMutagene commented 6 months ago

We need that functionality as part of a package that can be referenced in validation package scripts, therefore it cannot stay in the tool exlcusively.

Code is here:

https://github.com/nfdi4plants/arc-validate/blob/1cf4d0a4afc8f897926147174497ca0695b5b8d3/src/arc-validate/APIs/ValidateAPI.fs#L17-L91