You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: