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

Commit

Permalink
Merge pull request #214 from ga4gh-beacon/sabela-issue-213
Browse files Browse the repository at this point in the history
Add missing clarification (issue #213).
  • Loading branch information
sdelatorrep authored Nov 20, 2018
2 parents d51caf6 + 6168ac0 commit 9fc3ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ components:
$ref: '#/components/schemas/Chromosome'
start:
description: |
Precise start coordinate position, allele locus (0-based).
Precise start coordinate position, allele locus (0-based, inclusive).
* start only:
- for single positions, e.g. the start of a specified sequence alteration where the size is given through the specified alternateBases
- typical use are queries for SNV and small InDels
Expand All @@ -355,7 +355,7 @@ components:
format: int64
minimum: 0
end:
description: Precise end coordinate. See start.
description: Precise end coordinate (0-based, exclusive). See start.
type: integer
startMin:
description: |
Expand Down

0 comments on commit 9fc3ab2

Please sign in to comment.