draeger-lab/ModelPolisher

Update ModelPolisherOptions to allow for validation of unzipped output

Closed this issue · 1 comments

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.

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.