OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/bigquery": { | 5 "https://www.googleapis.com/auth/bigquery": { |
6 "description": "View and manage your data in Google BigQuery
" | 6 "description": "View and manage your data in Google BigQuery
" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/devstorage.read_write": { | 8 "https://www.googleapis.com/auth/devstorage.read_write": { |
9 "description": "Manage your data in Google Cloud Storage" | 9 "description": "Manage your data in Google Cloud Storage" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/genomics": { | 11 "https://www.googleapis.com/auth/genomics": { |
12 "description": "View and manage Genomics data" | 12 "description": "View and manage Genomics data" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/genomics.readonly": { | 14 "https://www.googleapis.com/auth/genomics.readonly": { |
15 "description": "View Genomics data" | 15 "description": "View Genomics data" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 }, | 19 }, |
20 "basePath": "/genomics/v1beta/", | 20 "basePath": "/genomics/v1beta/", |
21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/", | 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/", |
22 "batchPath": "batch", | 22 "batchPath": "batch", |
23 "description": "Provides access to Genomics data.", | 23 "description": "Provides access to Genomics data.", |
24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
25 "documentationLink": "https://developers.google.com/genomics/v1beta/referenc
e", | 25 "documentationLink": "https://developers.google.com/genomics/v1beta/referenc
e", |
26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/QFkFkv2LMi0ob1p4dyYfQYJIVYc\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/xe5Z99J2tlpBm9VuKqX5fLUBm4I\"", |
27 "icons": { | 27 "icons": { |
28 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 28 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
29 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 29 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
30 }, | 30 }, |
31 "id": "genomics:v1beta", | 31 "id": "genomics:v1beta", |
32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
33 "name": "genomics", | 33 "name": "genomics", |
34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
35 "ownerName": "Google", | 35 "ownerName": "Google", |
36 "parameters": { | 36 "parameters": { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 "type": "string" | 73 "type": "string" |
74 }, | 74 }, |
75 "userIp": { | 75 "userIp": { |
76 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", | 76 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", |
77 "location": "query", | 77 "location": "query", |
78 "type": "string" | 78 "type": "string" |
79 } | 79 } |
80 }, | 80 }, |
81 "protocol": "rest", | 81 "protocol": "rest", |
82 "resources": { | 82 "resources": { |
83 "beacons": { | |
84 "methods": { | |
85 "get": { | |
86 "description": "This is an experimental API that provides a
Global Alliance for Genomics and Health Beacon. It may change at any time.", | |
87 "httpMethod": "GET", | |
88 "id": "genomics.beacons.get", | |
89 "parameterOrder": [ | |
90 "variantSetId" | |
91 ], | |
92 "parameters": { | |
93 "allele": { | |
94 "description": "Required. The allele to look for ('A
', 'C', 'G' or 'T').", | |
95 "location": "query", | |
96 "type": "string" | |
97 }, | |
98 "position": { | |
99 "description": "Required. The 0-based position to qu
ery.", | |
100 "format": "int64", | |
101 "location": "query", | |
102 "type": "string" | |
103 }, | |
104 "referenceName": { | |
105 "description": "Required. The reference to query ove
r.", | |
106 "location": "query", | |
107 "type": "string" | |
108 }, | |
109 "variantSetId": { | |
110 "description": "The ID of the variant set to query o
ver. It must be public. Private variant sets will return an unauthorized excepti
on.", | |
111 "location": "path", | |
112 "required": true, | |
113 "type": "string" | |
114 } | |
115 }, | |
116 "path": "beacons/{variantSetId}", | |
117 "response": { | |
118 "$ref": "Beacon" | |
119 } | |
120 } | |
121 } | |
122 }, | |
123 "callsets": { | 83 "callsets": { |
124 "methods": { | 84 "methods": { |
125 "create": { | 85 "create": { |
126 "description": "Creates a new call set.", | 86 "description": "Creates a new call set.", |
127 "httpMethod": "POST", | 87 "httpMethod": "POST", |
128 "id": "genomics.callsets.create", | 88 "id": "genomics.callsets.create", |
129 "path": "callsets", | 89 "path": "callsets", |
130 "request": { | 90 "request": { |
131 "$ref": "CallSet" | 91 "$ref": "CallSet" |
132 }, | 92 }, |
133 "response": { | 93 "response": { |
134 "$ref": "CallSet" | 94 "$ref": "CallSet" |
135 }, | 95 }, |
136 "scopes": [ | 96 "scopes": [ |
137 "https://www.googleapis.com/auth/genomics" | 97 "https://www.googleapis.com/auth/genomics" |
138 ] | 98 ] |
139 }, | 99 }, |
140 "delete": { | 100 "delete": { |
141 "description": "Deletes a call set.", | 101 "description": "Deletes a call set.", |
142 "httpMethod": "DELETE", | 102 "httpMethod": "DELETE", |
143 "id": "genomics.callsets.delete", | 103 "id": "genomics.callsets.delete", |
144 "parameterOrder": [ | 104 "parameterOrder": [ |
145 "callSetId" | 105 "callSetId" |
146 ], | 106 ], |
147 "parameters": { | 107 "parameters": { |
148 "callSetId": { | 108 "callSetId": { |
149 "description": "The ID of the callset to be deleted.
", | 109 "description": "The ID of the call set to be deleted
.", |
150 "location": "path", | 110 "location": "path", |
151 "required": true, | 111 "required": true, |
152 "type": "string" | 112 "type": "string" |
153 } | 113 } |
154 }, | 114 }, |
155 "path": "callsets/{callSetId}", | 115 "path": "callsets/{callSetId}", |
156 "scopes": [ | 116 "scopes": [ |
157 "https://www.googleapis.com/auth/genomics" | 117 "https://www.googleapis.com/auth/genomics" |
158 ] | 118 ] |
159 }, | 119 }, |
160 "get": { | 120 "get": { |
161 "description": "Gets a call set by ID.", | 121 "description": "Gets a call set by ID.", |
162 "httpMethod": "GET", | 122 "httpMethod": "GET", |
163 "id": "genomics.callsets.get", | 123 "id": "genomics.callsets.get", |
164 "parameterOrder": [ | 124 "parameterOrder": [ |
165 "callSetId" | 125 "callSetId" |
166 ], | 126 ], |
167 "parameters": { | 127 "parameters": { |
168 "callSetId": { | 128 "callSetId": { |
169 "description": "The ID of the callset.", | 129 "description": "The ID of the call set.", |
170 "location": "path", | 130 "location": "path", |
171 "required": true, | 131 "required": true, |
172 "type": "string" | 132 "type": "string" |
173 } | 133 } |
174 }, | 134 }, |
175 "path": "callsets/{callSetId}", | 135 "path": "callsets/{callSetId}", |
176 "response": { | 136 "response": { |
177 "$ref": "CallSet" | 137 "$ref": "CallSet" |
178 }, | 138 }, |
179 "scopes": [ | 139 "scopes": [ |
180 "https://www.googleapis.com/auth/genomics", | 140 "https://www.googleapis.com/auth/genomics", |
181 "https://www.googleapis.com/auth/genomics.readonly" | 141 "https://www.googleapis.com/auth/genomics.readonly" |
182 ] | 142 ] |
183 }, | 143 }, |
184 "patch": { | 144 "patch": { |
185 "description": "Updates a call set. This method supports pat
ch semantics.", | 145 "description": "Updates a call set. This method supports pat
ch semantics.", |
186 "httpMethod": "PATCH", | 146 "httpMethod": "PATCH", |
187 "id": "genomics.callsets.patch", | 147 "id": "genomics.callsets.patch", |
188 "parameterOrder": [ | 148 "parameterOrder": [ |
189 "callSetId" | 149 "callSetId" |
190 ], | 150 ], |
191 "parameters": { | 151 "parameters": { |
192 "callSetId": { | 152 "callSetId": { |
193 "description": "The ID of the callset to be updated.
", | 153 "description": "The ID of the call set to be updated
.", |
194 "location": "path", | 154 "location": "path", |
195 "required": true, | 155 "required": true, |
196 "type": "string" | 156 "type": "string" |
197 } | 157 } |
198 }, | 158 }, |
199 "path": "callsets/{callSetId}", | 159 "path": "callsets/{callSetId}", |
200 "request": { | 160 "request": { |
201 "$ref": "CallSet" | 161 "$ref": "CallSet" |
202 }, | 162 }, |
203 "response": { | 163 "response": { |
204 "$ref": "CallSet" | 164 "$ref": "CallSet" |
205 }, | 165 }, |
206 "scopes": [ | 166 "scopes": [ |
207 "https://www.googleapis.com/auth/genomics" | 167 "https://www.googleapis.com/auth/genomics" |
208 ] | 168 ] |
209 }, | 169 }, |
210 "search": { | 170 "search": { |
211 "description": "Gets a list of call sets matching the criter
ia.", | 171 "description": "Gets a list of call sets matching the criter
ia.\n\nImplements GlobalAllianceApi.searchCallSets.", |
212 "httpMethod": "POST", | 172 "httpMethod": "POST", |
213 "id": "genomics.callsets.search", | 173 "id": "genomics.callsets.search", |
214 "path": "callsets/search", | 174 "path": "callsets/search", |
215 "request": { | 175 "request": { |
216 "$ref": "SearchCallSetsRequest" | 176 "$ref": "SearchCallSetsRequest" |
217 }, | 177 }, |
218 "response": { | 178 "response": { |
219 "$ref": "SearchCallSetsResponse" | 179 "$ref": "SearchCallSetsResponse" |
220 }, | 180 }, |
221 "scopes": [ | 181 "scopes": [ |
222 "https://www.googleapis.com/auth/genomics", | 182 "https://www.googleapis.com/auth/genomics", |
223 "https://www.googleapis.com/auth/genomics.readonly" | 183 "https://www.googleapis.com/auth/genomics.readonly" |
224 ] | 184 ] |
225 }, | 185 }, |
226 "update": { | 186 "update": { |
227 "description": "Updates a call set.", | 187 "description": "Updates a call set.", |
228 "httpMethod": "PUT", | 188 "httpMethod": "PUT", |
229 "id": "genomics.callsets.update", | 189 "id": "genomics.callsets.update", |
230 "parameterOrder": [ | 190 "parameterOrder": [ |
231 "callSetId" | 191 "callSetId" |
232 ], | 192 ], |
233 "parameters": { | 193 "parameters": { |
234 "callSetId": { | 194 "callSetId": { |
235 "description": "The ID of the callset to be updated.
", | 195 "description": "The ID of the call set to be updated
.", |
236 "location": "path", | 196 "location": "path", |
237 "required": true, | 197 "required": true, |
238 "type": "string" | 198 "type": "string" |
239 } | 199 } |
240 }, | 200 }, |
241 "path": "callsets/{callSetId}", | 201 "path": "callsets/{callSetId}", |
242 "request": { | 202 "request": { |
243 "$ref": "CallSet" | 203 "$ref": "CallSet" |
244 }, | 204 }, |
245 "response": { | 205 "response": { |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 "path": "variants/{variantId}", | 774 "path": "variants/{variantId}", |
815 "response": { | 775 "response": { |
816 "$ref": "Variant" | 776 "$ref": "Variant" |
817 }, | 777 }, |
818 "scopes": [ | 778 "scopes": [ |
819 "https://www.googleapis.com/auth/genomics", | 779 "https://www.googleapis.com/auth/genomics", |
820 "https://www.googleapis.com/auth/genomics.readonly" | 780 "https://www.googleapis.com/auth/genomics.readonly" |
821 ] | 781 ] |
822 }, | 782 }, |
823 "import": { | 783 "import": { |
824 "description": "Creates variant data by asynchronously impor
ting the provided information. The variants for import will be merged with any e
xisting data and each other according to the behavior of mergeVariants. In parti
cular, this means for merged VCF variants that have conflicting INFO fields, som
e data will be arbitrarily discarded. As a special case, for single-sample VCF f
iles, QUAL and FILTER fields will be moved to the call level; these are sometime
s interpreted in a call-specific context. Imported VCF headers are appended to t
he metadata already in a VariantSet.", | 784 "description": "Creates variant data by asynchronously impor
ting the provided information. The variants for import will be merged with any e
xisting data and each other according to the behavior of mergeVariants. In parti
cular, this means for merged VCF variants that have conflicting INFO fields, som
e data will be arbitrarily discarded. As a special case, for single-sample VCF f
iles, QUAL and FILTER fields will be moved to the call level; these are sometime
s interpreted in a call-specific context. Imported VCF headers are appended to t
he metadata already in a variant set.", |
825 "httpMethod": "POST", | 785 "httpMethod": "POST", |
826 "id": "genomics.variants.import", | 786 "id": "genomics.variants.import", |
827 "path": "variants/import", | 787 "path": "variants/import", |
828 "request": { | 788 "request": { |
829 "$ref": "ImportVariantsRequest" | 789 "$ref": "ImportVariantsRequest" |
830 }, | 790 }, |
831 "response": { | 791 "response": { |
832 "$ref": "ImportVariantsResponse" | 792 "$ref": "ImportVariantsResponse" |
833 }, | 793 }, |
834 "scopes": [ | 794 "scopes": [ |
835 "https://www.googleapis.com/auth/devstorage.read_write", | 795 "https://www.googleapis.com/auth/devstorage.read_write", |
836 "https://www.googleapis.com/auth/genomics" | 796 "https://www.googleapis.com/auth/genomics" |
837 ] | 797 ] |
838 }, | 798 }, |
839 "search": { | 799 "search": { |
840 "description": "Gets a list of variants matching the criteri
a.", | 800 "description": "Gets a list of variants matching the criteri
a.\n\nImplements GlobalAllianceApi.searchVariants.", |
841 "httpMethod": "POST", | 801 "httpMethod": "POST", |
842 "id": "genomics.variants.search", | 802 "id": "genomics.variants.search", |
843 "path": "variants/search", | 803 "path": "variants/search", |
844 "request": { | 804 "request": { |
845 "$ref": "SearchVariantsRequest" | 805 "$ref": "SearchVariantsRequest" |
846 }, | 806 }, |
847 "response": { | 807 "response": { |
848 "$ref": "SearchVariantsResponse" | 808 "$ref": "SearchVariantsResponse" |
849 }, | 809 }, |
850 "scopes": [ | 810 "scopes": [ |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 "required": true, | 900 "required": true, |
941 "type": "string" | 901 "type": "string" |
942 } | 902 } |
943 }, | 903 }, |
944 "path": "variantsets/{variantSetId}/mergeVariants", | 904 "path": "variantsets/{variantSetId}/mergeVariants", |
945 "request": { | 905 "request": { |
946 "$ref": "MergeVariantsRequest" | 906 "$ref": "MergeVariantsRequest" |
947 } | 907 } |
948 }, | 908 }, |
949 "patch": { | 909 "patch": { |
950 "description": "Updates a variant set's metadata. All other
modifications are silently ignored. Returns the modified variant set. This metho
d supports patch semantics.", | 910 "description": "Updates a variant set's metadata. All other
modifications are silently ignored. This method supports patch semantics.", |
951 "httpMethod": "PATCH", | 911 "httpMethod": "PATCH", |
952 "id": "genomics.variantsets.patch", | 912 "id": "genomics.variantsets.patch", |
953 "parameterOrder": [ | 913 "parameterOrder": [ |
954 "variantSetId" | 914 "variantSetId" |
955 ], | 915 ], |
956 "parameters": { | 916 "parameters": { |
957 "variantSetId": { | 917 "variantSetId": { |
958 "description": "The ID of the variant to be updated.
", | 918 "description": "The ID of the variant to be updated.
", |
959 "location": "path", | 919 "location": "path", |
960 "required": true, | 920 "required": true, |
961 "type": "string" | 921 "type": "string" |
962 } | 922 } |
963 }, | 923 }, |
964 "path": "variantsets/{variantSetId}", | 924 "path": "variantsets/{variantSetId}", |
965 "request": { | 925 "request": { |
966 "$ref": "VariantSet" | 926 "$ref": "VariantSet" |
967 }, | 927 }, |
968 "response": { | 928 "response": { |
969 "$ref": "VariantSet" | 929 "$ref": "VariantSet" |
970 }, | 930 }, |
971 "scopes": [ | 931 "scopes": [ |
972 "https://www.googleapis.com/auth/genomics" | 932 "https://www.googleapis.com/auth/genomics" |
973 ] | 933 ] |
974 }, | 934 }, |
975 "search": { | 935 "search": { |
976 "description": "Returns a list of all variant sets matching
search criteria.", | 936 "description": "Returns a list of all variant sets matching
search criteria.\n\nImplements GlobalAllianceApi.searchVariantSets.", |
977 "httpMethod": "POST", | 937 "httpMethod": "POST", |
978 "id": "genomics.variantsets.search", | 938 "id": "genomics.variantsets.search", |
979 "path": "variantsets/search", | 939 "path": "variantsets/search", |
980 "request": { | 940 "request": { |
981 "$ref": "SearchVariantSetsRequest" | 941 "$ref": "SearchVariantSetsRequest" |
982 }, | 942 }, |
983 "response": { | 943 "response": { |
984 "$ref": "SearchVariantSetsResponse" | 944 "$ref": "SearchVariantSetsResponse" |
985 }, | 945 }, |
986 "scopes": [ | 946 "scopes": [ |
987 "https://www.googleapis.com/auth/genomics", | 947 "https://www.googleapis.com/auth/genomics", |
988 "https://www.googleapis.com/auth/genomics.readonly" | 948 "https://www.googleapis.com/auth/genomics.readonly" |
989 ] | 949 ] |
990 }, | 950 }, |
991 "update": { | 951 "update": { |
992 "description": "Updates a variant set's metadata. All other
modifications are silently ignored. Returns the modified variant set.", | 952 "description": "Updates a variant set's metadata. All other
modifications are silently ignored.", |
993 "httpMethod": "PUT", | 953 "httpMethod": "PUT", |
994 "id": "genomics.variantsets.update", | 954 "id": "genomics.variantsets.update", |
995 "parameterOrder": [ | 955 "parameterOrder": [ |
996 "variantSetId" | 956 "variantSetId" |
997 ], | 957 ], |
998 "parameters": { | 958 "parameters": { |
999 "variantSetId": { | 959 "variantSetId": { |
1000 "description": "The ID of the variant to be updated.
", | 960 "description": "The ID of the variant to be updated.
", |
1001 "location": "path", | 961 "location": "path", |
1002 "required": true, | 962 "required": true, |
1003 "type": "string" | 963 "type": "string" |
1004 } | 964 } |
1005 }, | 965 }, |
1006 "path": "variantsets/{variantSetId}", | 966 "path": "variantsets/{variantSetId}", |
1007 "request": { | 967 "request": { |
1008 "$ref": "VariantSet" | 968 "$ref": "VariantSet" |
1009 }, | 969 }, |
1010 "response": { | 970 "response": { |
1011 "$ref": "VariantSet" | 971 "$ref": "VariantSet" |
1012 }, | 972 }, |
1013 "scopes": [ | 973 "scopes": [ |
1014 "https://www.googleapis.com/auth/genomics" | 974 "https://www.googleapis.com/auth/genomics" |
1015 ] | 975 ] |
1016 } | 976 } |
1017 } | 977 } |
1018 } | 978 } |
1019 }, | 979 }, |
1020 "revision": "20141015", | 980 "revision": "20141028", |
1021 "rootUrl": "https://www.googleapis.com/", | 981 "rootUrl": "https://www.googleapis.com/", |
1022 "schemas": { | 982 "schemas": { |
1023 "Beacon": { | |
1024 "description": "A beacon represents whether any variant call in a va
riant set has a specific allele at a particular position.", | |
1025 "id": "Beacon", | |
1026 "properties": { | |
1027 "exists": { | |
1028 "description": "True if the allele exists on any variant cal
l, false otherwise.", | |
1029 "type": "boolean" | |
1030 } | |
1031 }, | |
1032 "type": "object" | |
1033 }, | |
1034 "Call": { | 983 "Call": { |
1035 "description": "A Call represents the determination of genotype with
respect to a particular variant. It may include associated information such as
quality and phasing. For example, a Call might assign a probability of 0.32 to t
he occurrence of a SNP named rs1234 in a call set with the name NA12345.", | 984 "description": "A call represents the determination of genotype with
respect to a particular variant. It may include associated information such as
quality and phasing. For example, a call might assign a probability of 0.32 to t
he occurrence of a SNP named rs1234 in a call set with the name NA12345.", |
1036 "id": "Call", | 985 "id": "Call", |
1037 "properties": { | 986 "properties": { |
1038 "callSetId": { | 987 "callSetId": { |
1039 "description": "The ID of the call set this variant call bel
ongs to.", | 988 "description": "The ID of the call set this variant call bel
ongs to.", |
1040 "type": "string" | 989 "type": "string" |
1041 }, | 990 }, |
1042 "callSetName": { | 991 "callSetName": { |
1043 "description": "The name of the call set this variant call b
elongs to.", | 992 "description": "The name of the call set this variant call b
elongs to.", |
1044 "type": "string" | 993 "type": "string" |
1045 }, | 994 }, |
(...skipping 25 matching lines...) Expand all Loading... |
1071 "type": "object" | 1020 "type": "object" |
1072 }, | 1021 }, |
1073 "phaseset": { | 1022 "phaseset": { |
1074 "description": "If this field is present, this variant call'
s genotype ordering implies the phase of the bases and is consistent with any ot
her variant calls in the same reference sequence which have the same phaseset va
lue. When importing data from VCF, if the genotype data was phased but no phase
set was specified this field will be set to *.", | 1023 "description": "If this field is present, this variant call'
s genotype ordering implies the phase of the bases and is consistent with any ot
her variant calls in the same reference sequence which have the same phaseset va
lue. When importing data from VCF, if the genotype data was phased but no phase
set was specified this field will be set to *.", |
1075 "type": "string" | 1024 "type": "string" |
1076 } | 1025 } |
1077 }, | 1026 }, |
1078 "type": "object" | 1027 "type": "object" |
1079 }, | 1028 }, |
1080 "CallSet": { | 1029 "CallSet": { |
1081 "description": "A CallSet is a collection of variant calls. It belon
gs to a variant set.", | 1030 "description": "A call set is a collection of variant calls, typical
ly for one sample. It belongs to a variant set.", |
1082 "id": "CallSet", | 1031 "id": "CallSet", |
1083 "properties": { | 1032 "properties": { |
1084 "created": { | 1033 "created": { |
1085 "description": "The date this call set was created in millis
econds from the epoch.", | 1034 "description": "The date this call set was created in millis
econds from the epoch.", |
1086 "format": "int64", | 1035 "format": "int64", |
1087 "type": "string" | 1036 "type": "string" |
1088 }, | 1037 }, |
1089 "id": { | 1038 "id": { |
1090 "description": "The Google generated ID of the call set, imm
utable.", | 1039 "description": "The Google generated ID of the call set, imm
utable.", |
1091 "type": "string" | 1040 "type": "string" |
1092 }, | 1041 }, |
1093 "info": { | 1042 "info": { |
1094 "additionalProperties": { | 1043 "additionalProperties": { |
1095 "description": "A string which maps to an array of value
s.", | 1044 "description": "A string which maps to an array of value
s.", |
1096 "items": { | 1045 "items": { |
1097 "type": "string" | 1046 "type": "string" |
1098 }, | 1047 }, |
1099 "type": "array" | 1048 "type": "array" |
1100 }, | 1049 }, |
1101 "description": "A map of additional callset information.", | 1050 "description": "A map of additional call set information.", |
1102 "type": "object" | 1051 "type": "object" |
1103 }, | 1052 }, |
1104 "name": { | 1053 "name": { |
1105 "description": "The callset name.", | 1054 "description": "The call set name.", |
1106 "type": "string" | 1055 "type": "string" |
1107 }, | 1056 }, |
1108 "sampleId": { | 1057 "sampleId": { |
1109 "description": "The sample ID this call set corresponds to."
, | 1058 "description": "The sample ID this call set corresponds to."
, |
1110 "type": "string" | 1059 "type": "string" |
1111 }, | 1060 }, |
1112 "variantSetIds": { | 1061 "variantSetIds": { |
1113 "description": "The IDs of the variant sets this call set be
longs to.", | 1062 "description": "The IDs of the variant sets this call set be
longs to.", |
1114 "items": { | 1063 "items": { |
1115 "type": "string" | 1064 "type": "string" |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1157 "type": "string" | 1106 "type": "string" |
1158 } | 1107 } |
1159 }, | 1108 }, |
1160 "type": "object" | 1109 "type": "object" |
1161 }, | 1110 }, |
1162 "ExperimentalCreateJobRequest": { | 1111 "ExperimentalCreateJobRequest": { |
1163 "description": "The job creation request.", | 1112 "description": "The job creation request.", |
1164 "id": "ExperimentalCreateJobRequest", | 1113 "id": "ExperimentalCreateJobRequest", |
1165 "properties": { | 1114 "properties": { |
1166 "align": { | 1115 "align": { |
1167 "description": "Specifies whether or not to run the alignmen
t pipeline. At least one of align or callVariants must be provided.", | 1116 "description": "Specifies whether or not to run the alignmen
t pipeline. Either align or callVariants must be set.", |
1168 "type": "boolean" | 1117 "type": "boolean" |
1169 }, | 1118 }, |
1170 "callVariants": { | 1119 "callVariants": { |
1171 "description": "Specifies whether or not to run the variant
calling pipeline. If specified, alignment will be performed first and the aligne
d BAMs will passed as input to the variant caller. At least one of align or call
Variants must be provided.", | 1120 "description": "Specifies whether or not to run the variant
calling pipeline. Either align or callVariants must be set.", |
1172 "type": "boolean" | 1121 "type": "boolean" |
1173 }, | 1122 }, |
1174 "gcsOutputPath": { | 1123 "gcsOutputPath": { |
1175 "description": "Specifies where to copy the results of certa
in pipelines. This should be in the form of gs://bucket/path.", | 1124 "description": "Specifies where to copy the results of certa
in pipelines. This should be in the form of gs://bucket/path.", |
1176 "type": "string" | 1125 "type": "string" |
1177 }, | 1126 }, |
1178 "pairedSourceUris": { | 1127 "pairedSourceUris": { |
1179 "description": "A list of Google Cloud Storage URIs of paire
d end .fastq files to operate upon. If specified, this represents the second fil
e of each paired .fastq file. The first file of each pair should be specified in
sourceUris.", | 1128 "description": "A list of Google Cloud Storage URIs of paire
d end .fastq files to operate upon. If specified, this represents the second fil
e of each paired .fastq file. The first file of each pair should be specified in
sourceUris.", |
1180 "items": { | 1129 "items": { |
1181 "type": "string" | 1130 "type": "string" |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1542 "source": { | 1491 "source": { |
1543 "description": "The data source of the request, for example,
a Google Cloud Storage object path or Readset ID.", | 1492 "description": "The data source of the request, for example,
a Google Cloud Storage object path or Readset ID.", |
1544 "items": { | 1493 "items": { |
1545 "type": "string" | 1494 "type": "string" |
1546 }, | 1495 }, |
1547 "type": "array" | 1496 "type": "array" |
1548 }, | 1497 }, |
1549 "type": { | 1498 "type": { |
1550 "description": "The original request type.", | 1499 "description": "The original request type.", |
1551 "enum": [ | 1500 "enum": [ |
| 1501 "alignReadsets", |
| 1502 "callReadsets", |
1552 "experimentalCreateJob", | 1503 "experimentalCreateJob", |
1553 "exportReadsets", | 1504 "exportReadsets", |
1554 "exportVariants", | 1505 "exportVariants", |
1555 "importReadsets", | 1506 "importReadsets", |
1556 "importVariants", | 1507 "importVariants", |
1557 "unknownType" | 1508 "unknownType" |
1558 ], | 1509 ], |
1559 "enumDescriptions": [ | 1510 "enumDescriptions": [ |
1560 "", | 1511 "", |
1561 "", | 1512 "", |
1562 "", | 1513 "", |
1563 "", | 1514 "", |
1564 "", | 1515 "", |
| 1516 "", |
| 1517 "", |
1565 "" | 1518 "" |
1566 ], | 1519 ], |
1567 "type": "string" | 1520 "type": "string" |
1568 } | 1521 } |
1569 }, | 1522 }, |
1570 "type": "object" | 1523 "type": "object" |
1571 }, | 1524 }, |
1572 "ListCoverageBucketsResponse": { | 1525 "ListCoverageBucketsResponse": { |
1573 "id": "ListCoverageBucketsResponse", | 1526 "id": "ListCoverageBucketsResponse", |
1574 "properties": { | 1527 "properties": { |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2238 "description": "The list of matching Variants.", | 2191 "description": "The list of matching Variants.", |
2239 "items": { | 2192 "items": { |
2240 "$ref": "Variant" | 2193 "$ref": "Variant" |
2241 }, | 2194 }, |
2242 "type": "array" | 2195 "type": "array" |
2243 } | 2196 } |
2244 }, | 2197 }, |
2245 "type": "object" | 2198 "type": "object" |
2246 }, | 2199 }, |
2247 "Variant": { | 2200 "Variant": { |
2248 "description": "A Variant represents a change in DNA sequence relati
ve to some reference. For example, a Variant could represent a SNP or an inserti
on. Variants belong to a variant set.", | 2201 "description": "A variant represents a change in DNA sequence relati
ve to a reference sequence. For example, a variant could represent a SNP or an i
nsertion. Variants belong to a variant set. Each of the calls on a variant repre
sent a determination of genotype with respect to that variant. For example, a ca
ll might assign probability of 0.32 to the occurrence of a SNP named rs1234 in a
sample named NA12345. A call belongs to a call set, which contains related call
s typically from one sample.", |
2249 "id": "Variant", | 2202 "id": "Variant", |
2250 "properties": { | 2203 "properties": { |
2251 "alternateBases": { | 2204 "alternateBases": { |
2252 "description": "The bases that appear instead of the referen
ce bases.", | 2205 "description": "The bases that appear instead of the referen
ce bases.", |
2253 "items": { | 2206 "items": { |
2254 "type": "string" | 2207 "type": "string" |
2255 }, | 2208 }, |
2256 "type": "array" | 2209 "type": "array" |
2257 }, | 2210 }, |
2258 "calls": { | 2211 "calls": { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2320 "type": "string" | 2273 "type": "string" |
2321 }, | 2274 }, |
2322 "variantSetId": { | 2275 "variantSetId": { |
2323 "description": "The ID of the variant set this variant belon
gs to.", | 2276 "description": "The ID of the variant set this variant belon
gs to.", |
2324 "type": "string" | 2277 "type": "string" |
2325 } | 2278 } |
2326 }, | 2279 }, |
2327 "type": "object" | 2280 "type": "object" |
2328 }, | 2281 }, |
2329 "VariantSet": { | 2282 "VariantSet": { |
2330 "description": "A VariantSet represents a collection of Variants and
their summary statistics.", | 2283 "description": "A variant set is a collection of call sets and varia
nts. It contains summary statistics of those contents. A variant set belongs to
a dataset.", |
2331 "id": "VariantSet", | 2284 "id": "VariantSet", |
2332 "properties": { | 2285 "properties": { |
2333 "datasetId": { | 2286 "datasetId": { |
2334 "description": "The dataset to which this variant set belong
s. Immutable.", | 2287 "description": "The dataset to which this variant set belong
s. Immutable.", |
2335 "type": "string" | 2288 "type": "string" |
2336 }, | 2289 }, |
2337 "id": { | 2290 "id": { |
2338 "description": "The Google-generated ID of the variant set.
Immutable.", | 2291 "description": "The Google-generated ID of the variant set.
Immutable.", |
2339 "type": "string" | 2292 "type": "string" |
2340 }, | 2293 }, |
(...skipping 12 matching lines...) Expand all Loading... |
2353 "type": "array" | 2306 "type": "array" |
2354 } | 2307 } |
2355 }, | 2308 }, |
2356 "type": "object" | 2309 "type": "object" |
2357 } | 2310 } |
2358 }, | 2311 }, |
2359 "servicePath": "genomics/v1beta/", | 2312 "servicePath": "genomics/v1beta/", |
2360 "title": "Genomics API", | 2313 "title": "Genomics API", |
2361 "version": "v1beta" | 2314 "version": "v1beta" |
2362 } | 2315 } |
OLD | NEW |