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

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

Issue 733093002: Api roll 6: 2014-11-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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 a4ab8bbfed2451fb299089c15b4b97bc8fa9420a..b0e678f313ba665d29754bc8a3a0a5f2cfec6461 100644
--- a/generated/googleapis_beta/lib/genomics/v1beta2.dart
+++ b/generated/googleapis_beta/lib/genomics/v1beta2.dart
@@ -2375,7 +2375,10 @@ class Call {
/**
* The genotype likelihoods for this variant call. Each array entry represents
* how likely a specific genotype is for this call. The value ordering is
- * defined by the GL tag in the VCF spec.
+ * defined by the GL tag in the VCF spec. If Phred-scaled genotype likelihood
+ * scores (PL) are available and log10(P) genotype likelihood scores (GL) are
+ * not, PL scores are converted to GL scores. If both are available, PL scores
+ * are stored in info.
*/
core.List<core.double> genotypeLikelihood;
@@ -3998,7 +4001,7 @@ class Read {
/**
* The orientation and the distance between reads from the fragment are
- * consistent with the sequencing protocol (extension to SAM flag 0x2)
+ * consistent with the sequencing protocol (SAM flag 0x2)
*/
core.bool properPlacement;
« no previous file with comments | « generated/googleapis_beta/lib/genomics/v1beta.dart ('k') | generated/googleapis_beta/lib/pubsub/v1beta1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698