Skip to content

Commit 401c202

Browse files
committed
Add note to README about generated GT fields
1 parent 5b3b0c5 commit 401c202

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ For that reason, the main use case is for testing software that parses VCF or co
1212
to another format, since Hypothesis will generate examples that exercise many edge cases of
1313
the VCF spec.
1414

15-
In particular, the generated VCFs do *not* have well-known INFO or FORMAT fields, such as `GT`
16-
or `AD`. However, the ability to generate these fields may be added in the future.
15+
In general, the generated VCFs do *not* have well-known INFO or FORMAT fields, such as `DP`
16+
or `AD`. There is one exception to this: `GT` (genotype) fields are generated, since they
17+
are found in most VCF files. The ability to generate more well-known fields may be added
18+
in the future.
1719

1820
## API
1921

0 commit comments

Comments
 (0)