You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
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;
Write a test to verify that a
reads/search
query with noreferenceId
specified returns all reads including umapped reads, per the schemas:(
schemas/blob/master/src/main/resources/avro/readmethods.avdl
lines 22-26)The text was updated successfully, but these errors were encountered: