ramiromagno / gwasrapidd

gwasrapidd: an R package to query, download and wrangle GWAS Catalog data
https://rmagno.eu/gwasrapidd/
Other
89 stars 15 forks source link

Error: parse error: premature EOF in study responses #35

Closed ramiromagno closed 1 year ago

ramiromagno commented 2 years ago

As encountered by Theresia Handayani Mina,

There are SNPs triggering study JSON responses that are truncated which results in an error in jsonlite::fromJSON() , which in turn results in an error in gwasrapidd:::gc_request().

The upstream issue: https://github.com/EBISPOT/goci-rest/issues/39.