Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archives with .zip extension #190

Open
matthiaskoenig opened this issue Sep 16, 2016 · 2 comments
Open

Archives with .zip extension #190

matthiaskoenig opened this issue Sep 16, 2016 · 2 comments

Comments

@matthiaskoenig
Copy link
Owner

Currently, zip files can not be parsed due to how *.zip files are handled by the Cytoscape NetworkReader.
See http://code.cytoscape.org/redmine/issues/3679

Workaround is renaming the zip file.
The problem is that when the Implementations of NetworkReaders are called the InputStream was already created, in the case of zip files these are BufferedInputStream(ZipInputStream)

@matthiaskoenig
Copy link
Owner Author

Target version is Cytoscape 3.6, bugfix is already in review.

@matthiaskoenig
Copy link
Owner Author

This looks good, Cy3.6 RC1 is out (release date 2015-11-15). Necessary to test this with the new dependencies. If this is working we can finally handle the COMBINE archives.

@matthiaskoenig matthiaskoenig self-assigned this Nov 16, 2017
@matthiaskoenig matthiaskoenig removed this from the Cytoscape 3.6.0 release milestone Apr 16, 2019
@matthiaskoenig matthiaskoenig removed their assignment Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant