ga4gh / htsget-refserver

Reference server implementation for the GA4GH HTSget API standard.
Apache License 2.0
11 stars 4 forks source link

Does this request work #31

Open jimmyhli opened 3 years ago

jimmyhli commented 3 years ago

I was just trying some random request on the refserver

https://htsget.ga4gh.org/variants/giab.NA12878?referenceName=1&start=132323&end=133333

And I got below in the response.

Is this the URL we should expect? The URL is https://htsget.ga4gh.org/variants/data/giab.NA12878?end=133333\u0026referenceName=1\u0026start=132323

Best,

{"htsget":{"format":"VCF","urls":[{"url":"https://htsget.ga4gh.org/variants/data/giab.NA12878","headers":{"HtsgetBlockClass":"header","HtsgetCurrentBlock":"0","HtsgetTotalBlocks":"2"},"class":"header"},{"url":"https://htsget.ga4gh.org/variants/data/giab.NA12878?end=133333\u0026referenceName=1\u0026start=132323","headers":{"HtsgetCurrentBlock":"1","HtsgetTotalBlocks":"2"},"class":"body"}]}}