Index: discovery/googleapis_beta/genomics__v1beta2.json |
diff --git a/discovery/googleapis_beta/genomics__v1beta2.json b/discovery/googleapis_beta/genomics__v1beta2.json |
index 051f537b44e0c1513710e0306e38b9b6b5cd490e..e06d6f68caa9b95b43df9b672d0a93aed029932d 100644 |
--- a/discovery/googleapis_beta/genomics__v1beta2.json |
+++ b/discovery/googleapis_beta/genomics__v1beta2.json |
@@ -26,7 +26,7 @@ |
"description": "Provides access to Genomics data.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/genomics/v1beta2/reference", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Rb7-9Pk3C2nyGTw9tsYHv2nAxPQ\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/L5gWy_lZXMugcIAlIyqi-lI9384\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -1312,6 +1312,18 @@ |
}, |
"variantsets": { |
"methods": { |
+ "create": { |
+ "description": "Creates a new variant set (only necessary in v1).", |
+ "httpMethod": "POST", |
+ "id": "genomics.variantsets.create", |
+ "path": "variantsets", |
+ "request": { |
+ "$ref": "VariantSet" |
+ }, |
+ "response": { |
+ "$ref": "VariantSet" |
+ } |
+ }, |
"delete": { |
"description": "Deletes the contents of a variant set. The variant set object is not deleted.", |
"httpMethod": "DELETE", |
@@ -1512,7 +1524,7 @@ |
} |
} |
}, |
- "revision": "20150629", |
+ "revision": "20150729", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AlignReadGroupSetsRequest": { |
@@ -3300,7 +3312,7 @@ |
"id": "SearchReadsResponse", |
"properties": { |
"alignments": { |
- "description": "The list of matching alignments sorted by mapped genomic coordinate, if any, ascending in position within the same reference. Unmapped reads, which have no position, are returned last and are further sorted in ascending lexicographic order by fragment name.", |
+ "description": "The list of matching alignments sorted by mapped genomic coordinate, if any, ascending in position within the same reference. Unmapped reads, which have no position, are returned contiguously and are sorted in ascending lexicographic order by fragment name.", |
"items": { |
"$ref": "Read" |
}, |