-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
If there is a Component Definition with sequence constraints and components, but no sequence annotations, the image rendered shows parts as "unknown type" instead of the rendering the part based on the role assigned to the component e.g. Promoter/RBS etc.
I believe this happens due to this part in the code:
visbol-js/lib/getDisplayList.js
Line 361 in 06c3934
| roles : [], |
Where if there is no sequence annotation found that matches a specific component, a new sequence annotation is created however, the role field is an empty list and does not inherit the role(s) of the component.
Here's an intermediate json representation of the structure that reproduces the error observed.
Metadata
Metadata
Assignees
Labels
No labels
