-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to work with vcf 4.4 prefixed phasing info
- Loading branch information
Showing
5 changed files
with
203 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
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,27 @@ | ||
##fileformat=VCFv4.4 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##contig=<ID=1,length=1000> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##failue="test file on explicit and implicit phasing markers in 4.4" | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT HG00096 HG00097 | ||
1 61462 rs56992750 T A 100 PASS . GT 0|0|1 0/1 | ||
1 61480 rs56992751 T A 100 PASS . GT 0 /0|1 | ||
1 61481 rs56992752 T A 100 PASS . GT /0 |0/1 | ||
1 61482 rs56992752 T A 100 PASS . GT /0 /1 | ||
1 61483 rs56992752 T A 100 PASS . GT 0 1 | ||
1 61484 rs56992752 T A 100 PASS . GT 0 /1 | ||
1 61485 rs56992752 T A 100 PASS . GT 0 1 | ||
1 61486 rs56992752 T A 100 PASS . GT 0 1 | ||
1 61487 rs56992752 T A 100 PASS . GT 0 1 | ||
1 61488 rs56992752 T A 100 PASS . GT 0 /1 | ||
1 61489 rs56992752 T A 100 PASS . GT /0 1 | ||
1 61490 rs56992752 T A 100 PASS . GT /0 1 | ||
1 61491 rs56992752 T A 100 PASS . GT /0 /1 | ||
1 61492 rs56992752 T A 100 PASS . GT /0|0 1/0 | ||
1 61493 rs56992752 T A 100 PASS . GT 0|0 |1/0 | ||
1 61494 rs56992752 T A 100 PASS . GT /0|0 1/0 | ||
1 61495 rs56992752 T A 100 PASS . GT 0|0 |1/0 | ||
1 61496 rs56992752 T A 100 PASS . GT . . | ||
1 61497 rs56992752 T A 100 PASS . GT ./1 .|1 | ||
1 61498 rs56992752 T A 100 PASS . GT 1/. 1|. | ||
1 61499 rs56992752 T A 100 PASS . GT ./. .|. |
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,26 @@ | ||
##fileformat=VCFv4.4 | ||
##contig=<ID=1,length=1000> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##failue="test file on explicit and implicit phasing markers in 4.4" | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT HG00096 HG00097 | ||
1 61462 rs56992750 T A 100 PASS . GT 0|0|1 0/1 | ||
1 61480 rs56992751 T A 100 PASS . GT 0 /0|1 | ||
1 61481 rs56992752 T A 100 PASS . GT /0 |0/1 | ||
1 61482 rs56992752 T A 100 PASS . GT /0 /1 | ||
1 61483 rs56992752 T A 100 PASS . GT 0 1 | ||
1 61484 rs56992752 T A 100 PASS . GT 0 /1 | ||
1 61485 rs56992752 T A 100 PASS . GT 0 |1 | ||
1 61486 rs56992752 T A 100 PASS . GT |0 1 | ||
1 61487 rs56992752 T A 100 PASS . GT |0 |1 | ||
1 61488 rs56992752 T A 100 PASS . GT |0 /1 | ||
1 61489 rs56992752 T A 100 PASS . GT /0 1 | ||
1 61490 rs56992752 T A 100 PASS . GT /0 |1 | ||
1 61491 rs56992752 T A 100 PASS . GT /0 /1 | ||
1 61492 rs56992752 T A 100 PASS . GT /0|0 /1/0 | ||
1 61493 rs56992752 T A 100 PASS . GT |0|0 |1/0 | ||
1 61494 rs56992752 T A 100 PASS . GT /0|0 1/0 | ||
1 61495 rs56992752 T A 100 PASS . GT 0|0 |1/0 | ||
1 61496 rs56992752 T A 100 PASS . GT . . | ||
1 61497 rs56992752 T A 100 PASS . GT ./1 .|1 | ||
1 61498 rs56992752 T A 100 PASS . GT 1/. 1|. | ||
1 61499 rs56992752 T A 100 PASS . GT ./. .|. |
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