mapping-commons / sssom-py

Python toolkit for SSSOM mapping format
https://mapping-commons.github.io/sssom-py/index.html#
MIT License
49 stars 12 forks source link

Fix Error with curie parsing in sssom parse #519 #520

Closed matentzn closed 5 months ago

matentzn commented 6 months ago

Fixes #519

Seems that in the new sssom py versions, the type of the inputs is "tuple", not list.