VisBOL / visbol-js

SBOLv rendering in JavaScript
visbol.org
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

Don't rely on displayIds for SBOL parsing #89

Open dany-fu opened 6 years ago

dany-fu commented 6 years ago

The displayList object has an id field that should be used instead of name. Name should only be used in the final rendering to the user

cjmyers commented 6 years ago

I would add to this that the id field should likely be generated by VisBol. Likely the best approach would be to keep a list of SBOL URIs (identities) that map to a specific displayList id. This will enable us to support mapsTos eventually.