-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not super important, as libSBML can usually handle compressed model file. However, in the homebrew/brewsci build of SBML, the gzip-support is disables due to a conflict of libSBML and zlib: brewsci/homebrew-bio#1672 The change here, used R's build-in gz-file in/out support to read/write gzipped SBML files. Note: It is a little less efficient than the libSBML gz-support. When zlib-connection in homebrew's libsbml is back, the lines added in this commit could be removed again.
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters