Skip to content

Weird offset in picking prefixes #71

Description

@matentzn

Given http://purl.obolibrary.org/obo/xao.owl

turned into sql like:

xao.db: xao.owl
	@rm -f .template.db
	@rm -f .template.db.tmp
	RUST_BACKTRACE=full semsql make $@
	@rm -f .template.db
	@rm -f .template.db.tmp

The wrong prefixes are assigned.

For example:

runoak -i sqlite:ontologies/xao.db terms 
ZFA:0005234 ! small secretory cell
ZFA:0005235 ! dorsal telencephalon
...

It should be:

XAO:0005234 ! small secretory cell
XAO:0005235 ! dorsal telencephalon

This is a pretty dangerous error and should be prioritised above everything else.

cc @hrshdhgd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions