draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
23 stars 7 forks source link

Remove SQLite version #67

Closed mephenor closed 5 years ago

mephenor commented 5 years ago

The SQLite version of BiGGDB and all of its traces in code and configuration should be removed, as we now use Docker instead.

codekaust commented 5 years ago

Removed scripts and updated build.gradle in 64bf90f47c4b1eb81c8b1fc8aecb685e0701e217.

codekaust commented 5 years ago

Also removed all gradle tasks to produce different jars, what remains is only lightJar, in 64bf90f47c4b1eb81c8b1fc8aecb685e0701e217.

codekaust commented 5 years ago

@mephenor Any comments?

mephenor commented 5 years ago

There is still the SQLiteConnector class which might be removed