Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Side by Side Diff: discovery/googleapis_beta/genomics__v1beta.json

Issue 612053002: Api roll 2: 2014-09-29 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed more review comments Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/Z3uHhhm6ncEawcl8acPHr16tDuw\"", 26 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/JbtSbt7h4k1-H-5yVc1lnMxsqb4\"",
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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "path": "variants/{variantId}", 814 "path": "variants/{variantId}",
815 "response": { 815 "response": {
816 "$ref": "Variant" 816 "$ref": "Variant"
817 }, 817 },
818 "scopes": [ 818 "scopes": [
819 "https://www.googleapis.com/auth/genomics", 819 "https://www.googleapis.com/auth/genomics",
820 "https://www.googleapis.com/auth/genomics.readonly" 820 "https://www.googleapis.com/auth/genomics.readonly"
821 ] 821 ]
822 }, 822 },
823 "import": { 823 "import": {
824 "description": "Creates variant data by asynchronously impor ting the provided information.", 824 "description": "Creates variant data by asynchronously impor ting the provided information. If the destination variant set already contains d ata, new variants will be merged according to the behavior of mergeVariants.",
825 "httpMethod": "POST", 825 "httpMethod": "POST",
826 "id": "genomics.variants.import", 826 "id": "genomics.variants.import",
827 "path": "variants/import", 827 "path": "variants/import",
828 "request": { 828 "request": {
829 "$ref": "ImportVariantsRequest" 829 "$ref": "ImportVariantsRequest"
830 }, 830 },
831 "response": { 831 "response": {
832 "$ref": "ImportVariantsResponse" 832 "$ref": "ImportVariantsResponse"
833 }, 833 },
834 "scopes": [ 834 "scopes": [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }, 919 },
920 "path": "variantsets/{variantSetId}", 920 "path": "variantsets/{variantSetId}",
921 "response": { 921 "response": {
922 "$ref": "VariantSet" 922 "$ref": "VariantSet"
923 }, 923 },
924 "scopes": [ 924 "scopes": [
925 "https://www.googleapis.com/auth/genomics", 925 "https://www.googleapis.com/auth/genomics",
926 "https://www.googleapis.com/auth/genomics.readonly" 926 "https://www.googleapis.com/auth/genomics.readonly"
927 ] 927 ]
928 }, 928 },
929 "mergeVariants": {
930 "description": "Merges the given variants with existing vari ants. Each variant will be merged with an existing variant that matches its refe rence sequence, start, end, reference bases, and alternative bases. If no such v ariant exists, a new one will be created.\n\nWhen variants are merged, the call information from the new variant is added to the existing variant, and other fie lds (such as key/value pairs) are discarded.",
931 "httpMethod": "POST",
932 "id": "genomics.variantsets.mergeVariants",
933 "parameterOrder": [
934 "variantSetId"
935 ],
936 "parameters": {
937 "variantSetId": {
938 "description": "The destination variant set.",
939 "location": "path",
940 "required": true,
941 "type": "string"
942 }
943 },
944 "path": "variantsets/{variantSetId}/mergeVariants",
945 "request": {
946 "$ref": "Variant"
947 }
948 },
929 "search": { 949 "search": {
930 "description": "Returns a list of all variant sets matching search criteria.", 950 "description": "Returns a list of all variant sets matching search criteria.",
931 "httpMethod": "POST", 951 "httpMethod": "POST",
932 "id": "genomics.variantsets.search", 952 "id": "genomics.variantsets.search",
933 "path": "variantsets/search", 953 "path": "variantsets/search",
934 "request": { 954 "request": {
935 "$ref": "SearchVariantSetsRequest" 955 "$ref": "SearchVariantSetsRequest"
936 }, 956 },
937 "response": { 957 "response": {
938 "$ref": "SearchVariantSetsResponse" 958 "$ref": "SearchVariantSetsResponse"
939 }, 959 },
940 "scopes": [ 960 "scopes": [
941 "https://www.googleapis.com/auth/genomics", 961 "https://www.googleapis.com/auth/genomics",
942 "https://www.googleapis.com/auth/genomics.readonly" 962 "https://www.googleapis.com/auth/genomics.readonly"
943 ] 963 ]
944 } 964 }
945 } 965 }
946 } 966 }
947 }, 967 },
948 "revision": "20140917", 968 "revision": "20140924",
949 "rootUrl": "https://www.googleapis.com/", 969 "rootUrl": "https://www.googleapis.com/",
950 "schemas": { 970 "schemas": {
951 "Beacon": { 971 "Beacon": {
952 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.", 972 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.",
953 "id": "Beacon", 973 "id": "Beacon",
954 "properties": { 974 "properties": {
955 "exists": { 975 "exists": {
956 "description": "True if the allele exists on any variant cal l, false otherwise.", 976 "description": "True if the allele exists on any variant cal l, false otherwise.",
957 "type": "boolean" 977 "type": "boolean"
958 } 978 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 }, 1101 },
1082 "projectId": { 1102 "projectId": {
1083 "description": "The Google Developers Console project number that this dataset belongs to.", 1103 "description": "The Google Developers Console project number that this dataset belongs to.",
1084 "format": "int64", 1104 "format": "int64",
1085 "type": "string" 1105 "type": "string"
1086 } 1106 }
1087 }, 1107 },
1088 "type": "object" 1108 "type": "object"
1089 }, 1109 },
1090 "ExperimentalCreateJobRequest": { 1110 "ExperimentalCreateJobRequest": {
1091 "description": "The job creation request.", 1111 "description": "The job creation request. Next ID: 12",
1092 "id": "ExperimentalCreateJobRequest", 1112 "id": "ExperimentalCreateJobRequest",
1093 "properties": { 1113 "properties": {
1094 "align": { 1114 "align": {
1095 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or callVariants must be provided.", 1115 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or callVariants must be provided.",
1096 "type": "boolean" 1116 "type": "boolean"
1097 }, 1117 },
1098 "callVariants": { 1118 "callVariants": {
1099 "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.", 1119 "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.",
1100 "type": "boolean" 1120 "type": "boolean"
1101 }, 1121 },
1102 "gcsOutputPath": { 1122 "gcsOutputPath": {
1103 "description": "Specifies where to copy the results of certa in pipelines. This should be in the form of gs://bucket/path.", 1123 "description": "Specifies where to copy the results of certa in pipelines. This should be in the form of gs://bucket/path.",
1104 "type": "string" 1124 "type": "string"
1105 }, 1125 },
1126 "libraryName": {
1127 "description": "For alignment from FASTQ files, this specifi es the library name.",
1128 "type": "string"
1129 },
1106 "pairedSourceUris": { 1130 "pairedSourceUris": {
1107 "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.", 1131 "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.",
1108 "items": { 1132 "items": {
1109 "type": "string" 1133 "type": "string"
1110 }, 1134 },
1111 "type": "array" 1135 "type": "array"
1112 }, 1136 },
1137 "platformName": {
1138 "description": "For alignment from FASTQ files, this specifi es the platform name.",
1139 "type": "string"
1140 },
1141 "platformUnit": {
1142 "description": "For alignment from FASTQ files, this specifi es the platform unit.",
1143 "type": "string"
1144 },
1113 "projectId": { 1145 "projectId": {
1114 "description": "Required. The Google Cloud Project ID with w hich to associate the request.", 1146 "description": "Required. The Google Cloud Project ID with w hich to associate the request.",
1115 "format": "int64", 1147 "format": "int64",
1116 "type": "string" 1148 "type": "string"
1117 }, 1149 },
1150 "readGroupId": {
1151 "description": "For alignment from FASTQ files, this specifi es the read group ID.",
1152 "type": "string"
1153 },
1154 "sampleName": {
1155 "description": "For alignment from FASTQ files, this specifi es the sample name.",
1156 "type": "string"
1157 },
1118 "sourceUris": { 1158 "sourceUris": {
1119 "description": "A list of Google Cloud Storage URIs of data files to operate upon. These can be .bam, interleaved .fastq, or paired .fastq. If specifying paired .fastq files, the first of each pair of files should be lis ted here, and the second of each pair should be listed in pairedSourceUris.", 1159 "description": "A list of Google Cloud Storage URIs of data files to operate upon. These can be .bam, interleaved .fastq, or paired .fastq. If specifying paired .fastq files, the first of each pair of files should be lis ted here, and the second of each pair should be listed in pairedSourceUris.",
1120 "items": { 1160 "items": {
1121 "type": "string" 1161 "type": "string"
1122 }, 1162 },
1123 "type": "array" 1163 "type": "array"
1124 } 1164 }
1125 }, 1165 },
1126 "type": "object" 1166 "type": "object"
1127 }, 1167 },
(...skipping 10 matching lines...) Expand all
1138 }, 1178 },
1139 "ExportReadsetsRequest": { 1179 "ExportReadsetsRequest": {
1140 "description": "The readset export request.", 1180 "description": "The readset export request.",
1141 "id": "ExportReadsetsRequest", 1181 "id": "ExportReadsetsRequest",
1142 "properties": { 1182 "properties": {
1143 "exportUri": { 1183 "exportUri": {
1144 "description": "A Google Cloud Storage URI where the exporte d BAM file will be created. The currently authenticated user must have write acc ess to the new file location. An error will be returned if the URI already conta ins data.", 1184 "description": "A Google Cloud Storage URI where the exporte d BAM file will be created. The currently authenticated user must have write acc ess to the new file location. An error will be returned if the URI already conta ins data.",
1145 "type": "string" 1185 "type": "string"
1146 }, 1186 },
1147 "projectId": { 1187 "projectId": {
1148 "description": "The Google Developers Console project number that owns this export. This is the project that will be billed.", 1188 "description": "The Google Developers Console project number that owns this export.",
1149 "format": "int64", 1189 "format": "int64",
1150 "type": "string" 1190 "type": "string"
1151 }, 1191 },
1152 "readsetIds": { 1192 "readsetIds": {
1153 "description": "The IDs of the readsets to export.", 1193 "description": "The IDs of the readsets to export.",
1154 "items": { 1194 "items": {
1155 "type": "string" 1195 "type": "string"
1156 }, 1196 },
1157 "type": "array" 1197 "type": "array"
1158 }, 1198 },
(...skipping 16 matching lines...) Expand all
1175 "type": "string" 1215 "type": "string"
1176 } 1216 }
1177 }, 1217 },
1178 "type": "object" 1218 "type": "object"
1179 }, 1219 },
1180 "ExportVariantsRequest": { 1220 "ExportVariantsRequest": {
1181 "description": "The variant data export request.", 1221 "description": "The variant data export request.",
1182 "id": "ExportVariantsRequest", 1222 "id": "ExportVariantsRequest",
1183 "properties": { 1223 "properties": {
1184 "bigqueryDataset": { 1224 "bigqueryDataset": {
1185 "description": "The BigQuery dataset to export data to. Note that this is distinct from the Genomics concept of \"dataset\". The caller must have WRITE access to this BigQuery dataset.", 1225 "description": "The BigQuery dataset to export data to. Note that this is distinct from the Genomics concept of \"dataset\".",
1186 "type": "string" 1226 "type": "string"
1187 }, 1227 },
1188 "bigqueryTable": { 1228 "bigqueryTable": {
1189 "description": "The BigQuery table to export data to. The ca ller must have WRITE access to this BigQuery table.", 1229 "description": "The BigQuery table to export data to. If the table doesn't exist, it will be created. If it already exists, it will be overw ritten.",
1190 "type": "string" 1230 "type": "string"
1191 }, 1231 },
1192 "callSetIds": { 1232 "callSetIds": {
1193 "description": "If provided, only variant call information f rom the specified call sets will be exported. By default all variant calls are e xported.", 1233 "description": "If provided, only variant call information f rom the specified call sets will be exported. By default all variant calls are e xported.",
1194 "items": { 1234 "items": {
1195 "type": "string" 1235 "type": "string"
1196 }, 1236 },
1197 "type": "array" 1237 "type": "array"
1198 }, 1238 },
1199 "format": { 1239 "format": {
1200 "description": "The format for the exported data.", 1240 "description": "The format for the exported data.",
1201 "enum": [ 1241 "enum": [
1202 "bigquery" 1242 "bigquery"
1203 ], 1243 ],
1204 "enumDescriptions": [ 1244 "enumDescriptions": [
1205 "" 1245 ""
1206 ], 1246 ],
1207 "type": "string" 1247 "type": "string"
1208 }, 1248 },
1209 "projectId": { 1249 "projectId": {
1210 "description": "The Google Cloud project number that owns th is export. This is the project that will be billed.", 1250 "description": "The Google Cloud project number that owns th e destination BigQuery dataset. The caller must have WRITE access to this projec t. This project will also own the resulting export job.",
1211 "format": "int64", 1251 "format": "int64",
1212 "type": "string" 1252 "type": "string"
1213 }, 1253 },
1214 "variantSetId": { 1254 "variantSetId": {
1215 "description": "Required. The ID of the variant set that con tains variant data which should be exported. The caller must have READ access to this variant set.", 1255 "description": "Required. The ID of the variant set that con tains variant data which should be exported. The caller must have READ access to this variant set.",
1216 "type": "string" 1256 "type": "string"
1217 } 1257 }
1218 }, 1258 },
1219 "type": "object" 1259 "type": "object"
1220 }, 1260 },
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2180 "created": { 2220 "created": {
2181 "description": "The date this variant was created, in millis econds from the epoch.", 2221 "description": "The date this variant was created, in millis econds from the epoch.",
2182 "format": "int64", 2222 "format": "int64",
2183 "type": "string" 2223 "type": "string"
2184 }, 2224 },
2185 "end": { 2225 "end": {
2186 "description": "The end position (0-based) of this variant. This corresponds to the first base after the last base in the reference allele. So, the length of the reference allele is (end - start). This is useful for vari ants that don't explicitly give alternate bases, for example large deletions.", 2226 "description": "The end position (0-based) of this variant. This corresponds to the first base after the last base in the reference allele. So, the length of the reference allele is (end - start). This is useful for vari ants that don't explicitly give alternate bases, for example large deletions.",
2187 "format": "int64", 2227 "format": "int64",
2188 "type": "string" 2228 "type": "string"
2189 }, 2229 },
2230 "filter": {
2231 "description": "A list of filters (normally quality filters) this variant has failed. PASS indicates this variant has passed all filters.",
2232 "items": {
2233 "type": "string"
2234 },
2235 "type": "array"
2236 },
2190 "id": { 2237 "id": {
2191 "description": "The Google generated ID of the variant, immu table.", 2238 "description": "The Google generated ID of the variant, immu table.",
2192 "type": "string" 2239 "type": "string"
2193 }, 2240 },
2194 "info": { 2241 "info": {
2195 "additionalProperties": { 2242 "additionalProperties": {
2196 "description": "A string which maps to an array of value s.", 2243 "description": "A string which maps to an array of value s.",
2197 "items": { 2244 "items": {
2198 "type": "string" 2245 "type": "string"
2199 }, 2246 },
2200 "type": "array" 2247 "type": "array"
2201 }, 2248 },
2202 "description": "A map of additional variant information.", 2249 "description": "A map of additional variant information.",
2203 "type": "object" 2250 "type": "object"
2204 }, 2251 },
2205 "names": { 2252 "names": {
2206 "description": "Names for the variant, for example a RefSNP ID.", 2253 "description": "Names for the variant, for example a RefSNP ID.",
2207 "items": { 2254 "items": {
2208 "type": "string" 2255 "type": "string"
2209 }, 2256 },
2210 "type": "array" 2257 "type": "array"
2211 }, 2258 },
2259 "quality": {
2260 "description": "A measure of how likely this variant is to b e real. A higher value is better.",
2261 "format": "double",
2262 "type": "number"
2263 },
2212 "referenceBases": { 2264 "referenceBases": {
2213 "description": "The reference bases for this variant. They s tart at the given position.", 2265 "description": "The reference bases for this variant. They s tart at the given position.",
2214 "type": "string" 2266 "type": "string"
2215 }, 2267 },
2216 "referenceName": { 2268 "referenceName": {
2217 "description": "The reference on which this variant occurs. (such as chr20 or X)", 2269 "description": "The reference on which this variant occurs. (such as chr20 or X)",
2218 "type": "string" 2270 "type": "string"
2219 }, 2271 },
2220 "start": { 2272 "start": {
2221 "description": "The position at which this variant occurs (0 -based). This corresponds to the first base of the string of reference bases.", 2273 "description": "The position at which this variant occurs (0 -based). This corresponds to the first base of the string of reference bases.",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 "type": "array" 2308 "type": "array"
2257 } 2309 }
2258 }, 2310 },
2259 "type": "object" 2311 "type": "object"
2260 } 2312 }
2261 }, 2313 },
2262 "servicePath": "genomics/v1beta/", 2314 "servicePath": "genomics/v1beta/",
2263 "title": "Genomics API", 2315 "title": "Genomics API",
2264 "version": "v1beta" 2316 "version": "v1beta"
2265 } 2317 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/dns__v1beta1.json ('k') | discovery/googleapis_beta/resourceviews__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698