Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Allowing CallSet search by sample ID.
Browse files Browse the repository at this point in the history
If you don't want to specify a sample ID, you can leave the array empty.
  • Loading branch information
adamnovak committed Feb 25, 2015
1 parent ee889cb commit c92533c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/avro/variantmethods.avdl
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ record SearchCallSetsRequest {
*/
union { null, string } name = null;

/**
Return only `CallSet`s with one of these sampleIds.
*/
array<string> sampleIds = [];

/**
Specifies the maximum number of results to return in a single page.
If unspecified, a system default will be used.
Expand Down

0 comments on commit c92533c

Please sign in to comment.