SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

combobox instead of text fields in query form #2

Closed michael13162 closed 6 years ago

michael13162 commented 6 years ago

User this: https://github.com/ICO2S/sbolmeta/blob/master/lib/sequence-ontology.js

It's too confusing to type in the actual filters. Should be able to select from a combo box for type and role.

cjmyers commented 6 years ago
var roleQuery = 'PREFIX sbol2: <http://sbols.org/v2#> SELECT DISTINCT ?object WHERE { ?tl a sbol2:ComponentDefinition .  ?tl sbol2:role ?object FILTER(STRSTARTS(str(?object),\'http://identifiers.org/so/\')) }'