Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Clarify callCount and add sampleTotalCount (issue #237) #258

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
11 changes: 8 additions & 3 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down