Joker-Jerome / UTMOST

UTMOST (unified test for molecular signatures) is a method for cross-tissue gene expression imputation for transcriptome-wide association analyses.
32 stars 16 forks source link

unable to unzip covariance_joint.zip #16

Open argossy opened 3 years ago

argossy commented 3 years ago

I was able to download covariance_joint.zip to my server. However, when I tried to unzip using command unzip covariance_joint.zip, it gives me following error message:

Archive: covariance_joint.zip warning [covariance_joint.zip]: 4294967296 extra bytes at beginning or within zipfile (attempting to process anyway) file #1: bad zipfile offset (local header sig): 4294967296 (attempting to re-compensate) error: invalid zip file with overlapped components (possible zip bomb)

Joker-Jerome commented 3 years ago

Hi,

I am not so sure about this issue. You may try to unzip the file locally (on your mac/PC) and upload them to the server.

Thanks, Jerome

TianyouLuo commented 3 years ago

I encountered the same issue. Was able to solve this by running "jar -xvf covariance_joint.zip" instead.

beibeixiaomu commented 3 years ago

I met the same issue. And I have solved it by TianyouLuo's methods. Thank you.

Joker-Jerome commented 3 years ago

Great!