ga4gh / compliance

Compliance test suite for the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
https://ga4gh.org
Apache License 2.0
10 stars 23 forks source link

Test unmapped reads functionality #189

Open macieksmuga opened 8 years ago

macieksmuga commented 8 years ago

Write a test to verify that a reads/search query with no referenceId specified returns all reads including umapped reads, per the schemas:

  /**
  The reference to query. Leaving blank returns results from all
  references, including unmapped reads - this could be very large.
  */
  union { null, string } referenceId = null;

(schemas/blob/master/src/main/resources/avro/readmethods.avdl lines 22-26)

david4096 commented 8 years ago

The issue on server: https://github.com/ga4gh/server/issues/287