geneontology / neo

noctua entity ontology
9 stars 2 forks source link

Tweak obo-uris hack to handle hash injected by OBO parser. #65

Closed balhoff closed 3 years ago

balhoff commented 3 years ago

The Travis failure is unrelated.

kltm commented 3 years ago

Looks good to me. Is there a ticket that this is against; how will we check to see if this is successful?

balhoff commented 3 years ago

Is there a ticket that this is against; how will we check to see if this is successful?

Good question! No ticket; this is a response to an email from @pgaudet. This will be successful if the NEO ontology contains a term with label "nsp4 Scov2" and its IRI looks like http://identifiers.org/uniprot/P0DTD1-PRO_0000449622 instead of http://purl.obolibrary.org/obo/UniProtKB#_P0DTD1-PRO_0000449622.

Also, when this is loaded in Minerva, this model should no longer have gene products without labels.

kltm commented 3 years ago

For https://github.com/geneontology/neo/issues/66

kltm commented 3 years ago

@balhoff Okay, I created a ticket for this. For this PR, is the travis issue new, or has this been an outstanding problem? If we know the tests don't/can't work, we should just remove or disable them (and create a ticket to fix them).

kltm commented 3 years ago

Also tagging @cmungall

balhoff commented 3 years ago

For this PR, is the travis issue new, or has this been an outstanding problem? If we know the tests don't/can't work, we should just remove or disable them (and create a ticket to fix them).

Looks like an outstanding problem, I think to do with https://github.com/geneontology/neo/blob/8804d90ab3dd1b7062bda57cb6e5c6ec39e21d5f/.travis.yml#L7-L10

balhoff commented 3 years ago

Ticket: #45

pgaudet commented 3 years ago

I suppose this cannot be merged because it has errors? I think @vanaukenk and @pmasson55 wanted this for next week's COVID19 presentation - it'd be great if this could get resolved.

balhoff commented 3 years ago

I'm going to go ahead and merge (the Travis errors are unrelated). Then we have a few steps to get through, at least:

kltm commented 3 years ago

@balhoff (and @vanaukenk ) Just to let you know, I've done an early NEO "release", so if there is anything to pickup when minerva restarts, they will all be restarted Monday morning-ish (PDT).

balhoff commented 3 years ago

I took a look inside the new NEO file. The IRIs look good. I did note that there is more than one IRI with label "nsp4 Scov2". @pgaudet @vanaukenk is this expected? (e.g. http://identifiers.org/uniprot/P0DTD1-PRO_0000449622, and http://identifiers.org/uniprot/P0DTC1-PRO_0000449638). I don't think this question is really related to my change in this PR.