download gnomad data using wget in linux
1
0
Entering edit mode
17 months ago
Eliza ▴ 30

I'm new to using linux. What I want is to download data from gnomad for example this data:

chrY sites VCF
15.66 MiB, MD5: fa412becb3aba27b9acf2529bb76b895
Download from Google / Amazon / Microsoft
Download TBI from Google / Amazon / Microsoft

Link: https://gnomad.broadinstitute.org/linux

How do I do this, what is the command when using linux? I know that I should use

wget -O - 

but after that I'm not sure what to do.

Thank you:)

vcf unix ubuntu linux gnomad • 709 views
ADD COMMENT
2
Entering edit mode
17 months ago
GenoMax 141k

You can do

wget -O gnomad.exomes.r2.1.1.sites.Y.vcf.bgz https://storage.googleapis.com/gcp-public-data--gnomad/release/2.1.1/vcf/exomes/gnomad.exomes.r2.1.1.sites.Y.vcf.bgz
ADD COMMENT
0
Entering edit mode

Thank you very much :)worked

ADD REPLY

Login before adding your answer.

Traffic: 2581 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