You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when adding a term, Ontomaton will insert =HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702","micrOTOF")
which results in a parsing #ERROR complaint by google.
The correct content will be using a semicolon instead: =HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702";"micrOTOF")
Hi,
when adding a term, Ontomaton will insert
=HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702","micrOTOF")
which results in a parsing
#ERROR
complaint by google.The correct content will be using a semicolon instead:
=HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702";"micrOTOF")
Fixing will need changes in
OntoMaton/OntologyTagging.gs
Line 187 in ca7c340
and
OntoMaton/OntologySearch.gs
Line 320 in ca7c340
Yours,
Steffen
The text was updated successfully, but these errors were encountered: