From 6e7a1d71adcf8e2cd8beefbd4fc992b69af62e49 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Thu, 14 Jul 2016 19:56:07 +0100 Subject: [PATCH] Fixed casing for VariantAnnotationSet.variant_set_id. --- src/main/proto/ga4gh/allele_annotations.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/ga4gh/allele_annotations.proto b/src/main/proto/ga4gh/allele_annotations.proto index 31942645..e31ed4b8 100644 --- a/src/main/proto/ga4gh/allele_annotations.proto +++ b/src/main/proto/ga4gh/allele_annotations.proto @@ -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;