| Index: generated/googleapis_beta/lib/genomics/v1beta.dart
|
| diff --git a/generated/googleapis_beta/lib/genomics/v1beta.dart b/generated/googleapis_beta/lib/genomics/v1beta.dart
|
| index a3d97299b4730abefc081f4ad45f30d4013291af..c836edbadc33189a3fd8d071888dd88d8aa35f16 100644
|
| --- a/generated/googleapis_beta/lib/genomics/v1beta.dart
|
| +++ b/generated/googleapis_beta/lib/genomics/v1beta.dart
|
| @@ -1886,7 +1886,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;
|
|
|
|
|