OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

Multi-values set annotation record only picks last annotation value #54

Open abargnesi opened 11 years ago

abargnesi commented 11 years ago

The BELScript syntax of SET SomeAnnotation = {"FirstValue", "SecondValue"} will not set two values for SomeAnnotation. Instead only the last annotation value, SecondValue will be set.