Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #668 from jeromekelleher/fix-casing
Browse files Browse the repository at this point in the history
Fixed casing for VariantAnnotationSet.variant_set_id.
  • Loading branch information
david4096 authored Jul 25, 2016
2 parents b597ac8 + 6e7a1d7 commit b951ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/ga4gh/allele_annotations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message VariantAnnotationSet {
string id = 1;

// The ID of the variant set to which this annotation set belongs
string variantSet_id = 2;
string variant_set_id = 2;

// The variant annotation set name.
string name = 3;
Expand Down

0 comments on commit b951ed2

Please sign in to comment.