-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LA->LAA. Clarified ambiguities introduced. Added test case.
- Loading branch information
Showing
2 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
##fileformat=VCFv4.5 | ||
##FORMAT=<ID=LAA,Number=.,Type=Integer,Description="Indices into ALT, indicating which alleles are relevant (local) for the current sample"> | ||
##FORMAT=<ID=LEC,Number=LA,Type=Integer,Description="Local-allele representation of EC"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT homref het | ||
1 100 zero_length_EC C T . . . LAA:LEC : 1:1 | ||
1 200 missing_EC C T . . . LAA:LEC :. 1:1 | ||
1 400 omitted_EC C T . . . LAA:LEC . 1:1 | ||
1 300 missing_LAA C T . . . LAA:LEC .:. 1:1 | ||
1 500 omitted_or_zero_LAA C T . . . LAA:LEC 1:1 | ||
1 600 inferred_LAA C T . . . LAA:LEC .: 1:1 |