VisBOL / visbol-js

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

Updated the way composite parts are detected #95

Closed dany-fu closed 6 years ago

dany-fu commented 6 years ago

Changed detection of composites from looking at names to looking at the SBOL structure directly by checking length of components array

Below are 2 rendering of the same SBOL, the first is based on the old detection method, which is wrong

before

the second is the new correct detection after