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 complete the download of pre-calculate covariance matrices #15

Closed lea1010 closed 3 years ago

lea1010 commented 3 years ago

Hi.

I would like to use the pre-computed covariance matrices for single-tissue/joint test but I am unable to download it following the commands on README:

wget --load-cookies /tmp/cookies.txt "https://drive.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://drive.google.com/uc?export=download&id=1Kh3lHyTioKIXqCsREmsAyC-dS49KVO9G' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=1Kh3lHyTioKIXqCsREmsAyC-dS49KVO9G" -O covariance_tissue.tar.gz && rm -rf /tmp/cookies.txt

The download gets interrupted with the following message from the google drive:

HTTP request sent, awaiting response... 403 Forbidden 2020-11-20 11:16:43 ERROR 403: Forbidden.

How may I solve this issue?Thanks in advance!

Ming Wai

Joker-Jerome commented 3 years ago

Hi Ming,

If you go to 'https://drive.google.com/uc?export=download&id=1Kh3lHyTioKIXqCsREmsAyC-dS49KVO9G' directly. Would you be able to download the file?

Thanks, Jerome

lea1010 commented 3 years ago

Yes, I am able to download it now, Thanks a lot!