-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Line 187 in ca7c340
| sheet.getRange(row, selectedColumn).setFormula('=HYPERLINK("'+ ontologyObject.accession +'","' + ontologyObject.term + '")') |
and
Line 320 in ca7c340
| sheet.getRange(row, selectedColumn).setFormula('=HYPERLINK("' + ontologyObject.url + '","' + ontologyObject.term + '")') |
Yours,
Steffen
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels