Version 1.3 release.
Updates CHANGELOG, version, docs.
diff --git a/docs/dyn/genomics_v1beta.experimental.jobs.html b/docs/dyn/genomics_v1beta.experimental.jobs.html
index 16b2959..bc5977e 100644
--- a/docs/dyn/genomics_v1beta.experimental.jobs.html
+++ b/docs/dyn/genomics_v1beta.experimental.jobs.html
@@ -86,17 +86,17 @@
body: object, The request body. (required)
The object takes the form of:
-{ # The job creation request.
- "pairedSourceUris": [ # A list of Google Cloud Storage URIs of paired end .fastq files to operate upon. If specified, this represents the second file of each paired .fastq file. The first file of each pair should be specified in "sourceUris".
+{ # The job creation request. Next ID: 12
+ "pairedSourceUris": [ # A list of Google Cloud Storage URIs of paired end .fastq files to operate upon. If specified, this represents the second file of each paired .fastq file. The first file of each pair should be specified in sourceUris.
"A String",
],
"projectId": "A String", # Required. The Google Cloud Project ID with which to associate the request.
- "align": True or False, # Specifies whether or not to run the alignment pipeline. At least one of align or call_variants must be provided.
- "callVariants": True or False, # Specifies whether or not to run the variant calling pipeline. If specified, alignment will be performed first and the aligned BAMs will passed as input to the variant caller. At least one of align or call_variants must be provided.
- "sourceUris": [ # 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 listed here, and the second of each pair should be listed in "pairedSourceUris".
+ "align": True or False, # Specifies whether or not to run the alignment pipeline. At least one of align or callVariants must be provided.
+ "callVariants": True or False, # Specifies whether or not to run the variant calling pipeline. If specified, alignment will be performed first and the aligned BAMs will passed as input to the variant caller. At least one of align or callVariants must be provided.
+ "sourceUris": [ # 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 listed here, and the second of each pair should be listed in pairedSourceUris.
"A String",
],
- "gcsOutputPath": "A String", # Specifies where to copy the results of certain pipelines. This shoud be in the form of "gs://bucket/path".
+ "gcsOutputPath": "A String", # Specifies where to copy the results of certain pipelines. This should be in the form of gs://bucket/path.
}