Skip to content

Commit

Permalink
Use int for phaseSetId
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Nov 7, 2016
1 parent da05b5b commit 361d2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/avro/bdg.avdl
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ record Genotype {
are in the same phased set. All phased genotypes that do not have a phaseSetId are assumed to
belong to the same phased set. VCF genotype field reserved key PS.
*/
union { null, string } phaseSetId = null;
union { null, int } phaseSetId = null;

/**
True if filters were applied for this genotype. VCF genotype field reserved key FT any
Expand Down

0 comments on commit 361d2ab

Please sign in to comment.