-
Notifications
You must be signed in to change notification settings - Fork 17
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
Synonyms and alternate IDs as legitimate input #91
Comments
Actually, in this case, the issue is with the perl GOlr client; since it's serial, a two-pass system may be easier to handle than a more complicated manager. |
The error message in visualize is rather misleading in this case anyways. Need to make it clearer. |
Generalizing this to be not just about visualize (change in title), since you can find this issue cropping up places like the alternate ID field when looking at ontology terms--they link to nothing since there is no term by that ID. One could deal with this by having a few new fields; we could redefine as the following:
Fixing would involve monkeying with the loader, so pushing to 2.3 for now. |
Whoops, undone. I think I might have had another ticket in mind, but I forget now... |
Noting some concern about this from @suzialeksander |
From http://jira.geneontology.org/browse/GO-374
I open the Visualization form:
http://amigo.geneontology.org/amigo/visualize
I put the GO term "GO:0001589" into the search field, nothing else.
I click "visualize".
Then the error appears.
The URL that finally produced the error was:
http://amigo.geneontology.org/visualize?format=png&term_data=GO%3A0001589&term_data_type=string&mode=amigo&inline=false
This would require either a multipass resolution mechanism, or (preferably) a generalized personality hinted method of recovering a document (or documents) when the ID is definitely known (i.e. not a search) using the manager. Basically a more full-featured version of set_id().
The text was updated successfully, but these errors were encountered: