draeger-lab / ModelPolisher

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

Changed Travis configuration to run dockerized ModelPolisher #72

Closed mephenor closed 5 years ago

mephenor commented 5 years ago

Tests are passing + models are being polished. This should suffice for now, further changes are needed after we've created more actual test cases. Also provides a quick fix for out of bounds in AnnotateDB (checking substrings for equality vs. String.endsWith/.startsWith)