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

UNSET ALL is not implemented as documented #51

Closed ncatlett closed 11 years ago

ncatlett commented 11 years ago

In a BEL document, UNSET ALL should UNSET all currently set annotations - see documentation http://wiki.openbel.org/display/BLD/Control+Records. UNSET ALL is currently ignored by the BEL Framework compiler; it does not result in an error or warning, but does not unset the set annotations.

abargnesi commented 11 years ago

UNSET ALL will not clear all annotations from the statement group or outside. It will depend on which scope the UNSET command is executed within.

Also UNSET Name (i.e. UNSET Species) can now affect the statement group scope.