MRCIEU / opengwas-requests

A place to request or contribute data to the IEU GWAS database
3 stars 0 forks source link

cannot open URL HTTP status was '404 Not Found' #40

Open showers14 opened 7 months ago

showers14 commented 7 months ago

datasets <- MungeSumstats::import_sumstats(ids = "ebi-a-GCST90027158", ref_genome = "GRCH37")

error appeared: Processing 1 datasets from Open GWAS.

========== Processing dataset : ebi-a-GCST90027158 ==========

Downloading VCF ==> /var/folders/l9/bl9qs09j6nn7q514r12f2z140000gn/T//RtmpXqi45h/ebi-a-GCST90027158.vcf.gz Downloading with download.file. trying URL 'https://gwas.mrcieu.ac.uk/files/ebi-a-GCST90027158/ebi-a-GCST90027158.vcf.gz' cannot open URL 'https://gwas.mrcieu.ac.uk/files/ebi-a-GCST90027158/ebi-a-GCST90027158.vcf.gz' Done with all processing in 0.09 minutes. Warning messages: 1: In utils::download.file(url = input_url, destfile = out_file) : downloaded length 0 != reported length 0 2: In utils::download.file(url = input_url, destfile = out_file) : cannot open URL 'https://gwas.mrcieu.ac.uk/files/ebi-a-GCST90027158/ebi-a-GCST90027158.vcf.gz': HTTP status was '404 Not Found'

how to fix this problem? many thanks