draeger-lab / ModelPolisher

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

Update ModelPolisherOptions to allow for validation of unzipped output #101

Closed mephenor closed 2 years ago

mephenor commented 4 years ago

Removed the dependencies on Compression.ZIP or Compression.GZIP from SBML_Validation. Guess this was done to save on bandwith when using online validation some time ago. As offline validation is now the default, this restriction is no longer necessary.

Schmoho commented 2 years ago

From the issue it is not apparent what was intended here and what the current state of affairs is.

There is a ModelPolisher::validate method which unzips in case the input File is zipped. I don't see any necessity to do something about this at this point so I'm closing the ticket.