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

Commit

Permalink
Add missing parenthesis (issue #218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelatorrep committed Oct 4, 2018
1 parent 1401ea8 commit 843aa7f
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 @@ -55,7 +55,7 @@ paths:
description: |
Minimum start coordinate
* startMin + startMax + endMin + endMax
- for querying imprecise positions (e.g. identifying all structural variants starting anywhere between startMin <-> startMax, and ending anywhere between endMin <-> endMax
- for querying imprecise positions (e.g. identifying all structural variants starting anywhere between startMin <-> startMax, and ending anywhere between endMin <-> endMax)
- single or douple sided precise matches can be achieved by setting startMin = startMax XOR endMin = endMax
in: query
schema:
Expand Down Expand Up @@ -360,7 +360,7 @@ components:
description: |
Minimum start coordinate
* startMin + startMax + endMin + endMax
- for querying imprecise positions (e.g. identifying all structural variants starting anywhere between startMin <-> startMax, and ending anywhere between endMin <-> endMax
- for querying imprecise positions (e.g. identifying all structural variants starting anywhere between startMin <-> startMax, and ending anywhere between endMin <-> endMax)
- single or douple sided precise matches can be achieved by setting startMin = startMax XOR endMin = endMax
type: integer
startMax:
Expand Down

0 comments on commit 843aa7f

Please sign in to comment.