From 09446346ae089b315ddde289705f056496b3287d Mon Sep 17 00:00:00 2001 From: Sabela Date: Thu, 17 Jan 2019 15:47:40 +0100 Subject: [PATCH] Clarify callCount and add sampleTotalCount (issue #237) --- beacon.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/beacon.yaml b/beacon.yaml index cd5509b9..87ebe03c 100644 --- a/beacon.yaml +++ b/beacon.yaml @@ -548,7 +548,7 @@ components: callCount: type: integer format: int64 - description: Total number of calls in the dataset. + description: Total number of alleles in called genotypes in the dataset. minimum: 0 sampleCount: type: integer @@ -598,12 +598,17 @@ components: callCount: type: integer format: int64 - description: Number of calls matching the allele request in the dataset. + description: Total number of alleles in called genotypes matching the allele request in the dataset. minimum: 0 sampleCount: type: integer format: int64 - description: Number of samples matching the allele request in the dataset + description: Number of samples matching the allele request in the dataset. + minimum: 0 + sampleTotalCount: + type: integer + format: int64 + description: Total number of samples in the dataset. minimum: 0 note: type: string