Closed achave11-ucsc closed 8 years ago
// Required. The beginning of the window (0-based, inclusive) for
// which overlapping variants should be returned.
// Genomic positions are non-negative integers less than reference length.
// Requests spanning the join of circular genomes are represented as
// two requests one on each side of the join (position 0).
int64 start = 4;
// Required. The end of the window (0-based, exclusive) for which overlapping
// variants should be returned.
int64 end = 5;
resent merge, also included the function which allowed for creating offset in two instances, to query the database, as well as illustrate the shift in the opposite direction when the request is being serviced. Reference issue #15
Create a function and test that allows for internally making the -1 offset to satisfy the query at the request layer.