CIDARLAB / knox

Full stack application for creating, combining, and storing combinatorial genetic design spaces.
BSD 3-Clause "New" or "Revised" License
11 stars 10 forks source link

Typo in image filename #1

Closed gxavier38 closed 5 years ago

gxavier38 commented 6 years ago

The file blunt_end_restrictionenzymeclevage_site.svg is misspelt and therefore shows a user_defined.svg symbol instead. File is at knox/src/main/resources/static/img/sbol/blunt_end_restriction_enzyme_clevage_site.svg

evanbowman commented 6 years ago

Whoops, this might have been my fault, when I was doing the UI I downloaded the svg files from sbolstandard.org, but @nroehner pointed out to me that the internal name used by knox to represent blunt end restriction sites was called blunt_end_restriction_enzyme_cleavage_site (the proper full name) and would not match the abbreviated filename used by sbolstandard (blunt_restriction_site.svg), so I renamed the file, incorrectly