-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Genotypes at the ends of gVCF blocks were in some cases still unfilled, even after the 60c65eb fix. Fixes #1910, see also #1891 and #1164.
- Loading branch information
Showing
8 changed files
with
41 additions
and
4 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,12 @@ | ||
##fileformat=VCFv4.2 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##reference=file.fa | ||
##contig=<ID=chr20,length=59373566,assembly=B37,md5=1e86411d73e6f00a10590f976be01623,species="Homo sapiens"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the region described in this record"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT s1 s2 s3 | ||
chr20 64249835 . T <NON_REF> 0 . END=64249836 GT 0/0 0/0 0/0 | ||
chr20 64249837 . T <NON_REF> 0 . . GT 0/0 0/0 0/0 | ||
chr20 64249838 . T <NON_REF> 0 . END=64250066 GT 0/0 0/0 0/0 | ||
chr20 64250067 . T <NON_REF> 0 . . GT 0/0 0/0 ./. | ||
chr20 64250068 . N <NON_REF> 0 . END=64251648 GT 0/0 ./. ./. |
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,8 @@ | ||
##fileformat=VCFv4.2 | ||
##reference=file.fa | ||
##contig=<ID=chr20,length=59373566,assembly=B37,md5=1e86411d73e6f00a10590f976be01623,species="Homo sapiens"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the region described in this record"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT s1 | ||
chr20 64249835 . T <NON_REF> 0 . END=64249837 GT 0/0 | ||
chr20 64249838 . T <NON_REF> 0 . END=64251648 GT 0/0 |
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,8 @@ | ||
##fileformat=VCFv4.2 | ||
##reference=file.fa | ||
##contig=<ID=chr20,length=59373566,assembly=B37,md5=1e86411d73e6f00a10590f976be01623,species="Homo sapiens"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the region described in this record"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT s2 | ||
chr20 64249835 . T <NON_REF> 0 . END=64250066 GT 0/0 | ||
chr20 64250067 . T <NON_REF> 0 . END=64250067 GT 0/0 |
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,8 @@ | ||
##fileformat=VCFv4.2 | ||
##reference=file.fa | ||
##contig=<ID=chr20,length=59373566,assembly=B37,md5=1e86411d73e6f00a10590f976be01623,species="Homo sapiens"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the region described in this record"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT s3 | ||
chr20 64249835 . T <NON_REF> 0 . END=64249836 GT 0/0 | ||
chr20 64249837 . T <NON_REF> 0 . END=64250066 GT 0/0 |
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
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