TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Add sssom #145

Open jdr0887 opened 2 years ago

jdr0887 commented 2 years ago

This includes both the Rust code to convert .sssom.tsv data into the legacy format and a new function to parse the .sssom.tsv directly using the sssom library.

jdr0887 commented 2 years ago

This now build via Docker

matentzn commented 2 years ago

Tiny comment, you can use the sssom validator to check whether outputted sssom is correctly formatted see here for an example of that: https://github.com/mapping-commons/mh_mapping_initiative/pull/24/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R20

Your currently committed sssom example is conformant to a quite old version of sssom, while you include a more recent (maybe update that as well) sssom toolkit.