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

Look up CallSets by sample ID #208

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;

/**
If nonempty, 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