Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Issue ga4gh-beacon#59 (make reference_bases optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelatorrep committed May 2, 2017
1 parent 57ff2a0 commit f17329c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/proto/ga4gh/beacon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ message BeaconAlleleRequest {
// Accepted values: non-negative integers smaller than reference length.
int64 start = 2;

// Reference bases for this variant (starting from `start`).
//
// Reference bases for this variant (starting from `start`). OPTIONAL.
//
// Accepted values: see the REF field in VCF 4.2 specification
// (https://samtools.github.io/hts-specs/VCFv4.2.pdf).
string reference_bases = 3;
Expand Down

0 comments on commit f17329c

Please sign in to comment.