Index: discovery/googleapis_beta/genomics__v1beta2.json |
diff --git a/discovery/googleapis_beta/genomics__v1beta2.json b/discovery/googleapis_beta/genomics__v1beta2.json |
index 666af1f22649f8be6a7b35d8b1b36fdad8a318c2..19a6e1e56a42cd1699e46edf8216d5a5de2d7c01 100644 |
--- a/discovery/googleapis_beta/genomics__v1beta2.json |
+++ b/discovery/googleapis_beta/genomics__v1beta2.json |
@@ -23,7 +23,7 @@ |
"description": "Provides access to Genomics data.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/genomics/v1beta2/reference", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/B0U3dL3DEjo6LTLutBKsRG1fa1o\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/uZHv1LLm_QJEFlLl9KguWTI7Id8\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -1595,6 +1595,18 @@ |
"description": "Required. The ID of the dataset these read group sets will belong to. The caller must have WRITE permissions to this dataset.", |
"type": "string" |
}, |
+ "partitionStrategy": { |
+ "description": "The partition strategy describes how read groups are partitioned into read group sets.", |
+ "enum": [ |
+ "MERGE_ALL", |
+ "PER_FILE_PER_SAMPLE" |
+ ], |
+ "enumDescriptions": [ |
+ "", |
+ "" |
+ ], |
+ "type": "string" |
+ }, |
"referenceSetId": { |
"description": "The reference set to which the imported read group sets are aligned to, if any. The reference names of this reference set must be a superset of those found in the imported file headers. If no reference set id is provided, a best effort is made to associate with a matching reference set.", |
"type": "string" |