-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sssom #145
base: master
Are you sure you want to change the base?
Add sssom #145
Conversation
This now build via Docker |
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. |
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.