how to unzip Michigan imputation server output compressed folder
2
1
Entering edit mode
6.3 years ago

Hi, I am facing problem to open the compressed Ziped output folder getting from Michigan Imputation server service.

Please help me for the same.... thanks in advance..............

regards

SNP genome R sequence • 3.3k views
ADD COMMENT
0
Entering edit mode

I am facing problem

What kind of problem? What OS are you using?

ADD REPLY
3
Entering edit mode
5.4 years ago
Molly_K ▴ 60

The imputation server encrypts all zip files by default using the 256-bit key. The standard unzip program does not work, you will need to install 7-Zip program. Once you have the program, type in the following:

7z e file.zip

Then enter your password.

ADD COMMENT
0
Entering edit mode
4.9 years ago
rodd ▴ 230

(Just expanding on Molly_K's answer)

If extracting files in a cluster, install 7zip using conda

conda install -c bioconda p7zip

Then extract multiple files (individual chromosomes) using 7zip, and include password in the command

for i in {1..22}; do 7z e chr_$i.zip -pPASSWORD; done

... replacing PASSWORD with the password sent to you by email when imputation job was done.

ADD COMMENT

Login before adding your answer.

Traffic: 1964 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6