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

Unified Diff: generated/googleapis_beta/lib/genomics/v1beta2.dart

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: generated/googleapis_beta/lib/genomics/v1beta2.dart
diff --git a/generated/googleapis_beta/lib/genomics/v1beta2.dart b/generated/googleapis_beta/lib/genomics/v1beta2.dart
index 7f92baa62bb30093e985c6b0e591a3047aca9db9..885cf04de2a7e006964e9c78f9ef3dddff39bdcb 100644
--- a/generated/googleapis_beta/lib/genomics/v1beta2.dart
+++ b/generated/googleapis_beta/lib/genomics/v1beta2.dart
@@ -1510,10 +1510,8 @@ class ReadgroupsetsResourceApi {
* Exports read group sets to a BAM file in Google Cloud Storage.
*
* Note that currently there may be some differences between exported BAM
- * files and the original BAM file at the time of import. In particular,
- * comments in the input file header will not be preserved, some custom tags
- * will be converted to strings, and original reference sequence order is not
- * necessarily preserved.
+ * files and the original BAM file at the time of import. See
+ * ImportReadGroupSets for details.
*
* [request] - The metadata request object.
*
@@ -1592,11 +1590,16 @@ class ReadgroupsetsResourceApi {
/**
* Creates read group sets by asynchronously importing the provided
- * information.
+ * information. The caller must have WRITE permissions to the dataset.
*
- * Note that currently comments in the input file header are not imported and
- * some custom tags will be converted to strings, rather than preserving tag
- * types. The caller must have WRITE permissions to the dataset.
+ * Notes on BAM import:
+ * - Tags will be converted to strings - tag types are not preserved
+ * - Comments (@CO) in the input file header are not imported
+ * - Original order of reference headers is not preserved
+ * - Any reverse stranded unmapped reads will be reverse complemented, and
+ * their qualities (and "BQ" tag, if any) will be reversed
+ * - Unmapped reads will be stripped of positional information (referenceName
+ * and position)
*
* [request] - The metadata request object.
*
@@ -2409,6 +2412,10 @@ class VariantsetsResourceApi {
/**
* Creates a new variant set (only necessary in v1).
*
+ * The provided variant set must have a valid datasetId set - all other fields
+ * are optional. Note that the id field will be ignored, as this is assigned
+ * by the server.
+ *
* [request] - The metadata request object.
*
* Request parameters:
« no previous file with comments | « generated/googleapis_beta/lib/deploymentmanager/v2beta2.dart ('k') | generated/googleapis_beta/lib/sqladmin/v1beta4.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698