-
Notifications
You must be signed in to change notification settings - Fork 8
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
Theiler stages ids not working when submitting to Minerva #449
Comments
@ukemi will discuss with Terry at MGI to see if the TS terms in EMAPA can be assigned curies |
@kltm I think this may be primarily an issue between Noctua and the autocomplete service (GOlr?). This is the [
{
"entity": "individual",
"operation": "add",
"arguments": {
"expressions": [
{
"type": "class",
"id": "TS12"
}
],
"model-id": "gomodel:61f3310500000000",
"assign-to-variable": "113c31d8-9f68-4c08-8613-9c32ff96f277"
}
}
] The
My guess is that GOlr or Noctua are tripped up by the unusual IRI structure for the Theiler stages. |
@balhoff Can you outline what this structure is? It's mostly invisible to me until it reaches NEO (and AmiGO). I.e., the damage seems to already be in place in NEO (http://noctua-amigo.berkeleybop.org/amigo/term/TS12), so the autocomplete is doing as expected. So, in emapa.owl (assuming this is the origin file--I may be wrong about that), grepping for |
The URIs for the stages look like As a separate issue, I don't think any software should use the |
@balhoff Sorry, I'm not actually sure what the loader looks at off the top of my head, I was just using I would agree that I feel that this is more of an upstream ontology issue in EMAPA, rather than one that is occurring within our data flow. Even if we tried to fix it at this end, I feel that it would likely boil down to essentially CURIEifying them at some level anyways. |
I opened a PR on EMAPA, in case they want to accept it. |
I can check on this today. |
No new updates. |
@ukemi - can you post an update on this ticket so we know where things stand? Thx. |
It all started here geneontology/noctua-form#152
For Example when you put TS12 in the autocomplete, it will not save with an error
To reproduce
tagging @balhoff @vanaukenk @ukemi @kltm
The text was updated successfully, but these errors were encountered: