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

Fixes issue #34, implements --no-preserve. #36

Closed jhourani closed 12 years ago

jhourani commented 12 years ago

Implements the --no-preserve option. If the option is used, the compiler will continue on as normal, overwriting any data previous stored under the same KAM name. If the option is not specified, the algorithm will query the database and exit the program with an error code if a KAM under the same name is found.

Also, added the ExitCode # for each code in common.enums so that the web api will be more descriptive.