pangenome/spodgi

If path names have real IRI's then the "IRI denotes a path' hack does not work.

Closed this issue · 2 comments

This impacts ttl and sparql logic.

OdgiStore.py#L123
and OdgiStore.py#L227

This code needs to become a function and take into account that realpath names can have '/' in them.

I took a look at the code mentioned above, but it still looks the same to me? How did you fix the problem?