-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(preprocessor): add a check and test on the GVCFBlock comment in t…
…he gVCF header lines
- Loading branch information
Showing
5 changed files
with
46 additions
and
17 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
##fileformat=VCFv4.1 | ||
##source=PharmCAT allele definitions | ||
##reference=hg38 | ||
##contig=<ID=chr11,assembly=hg38,species="Homo sapiens"> | ||
##contig=<ID=chr1,assembly=hg38,species="Homo sapiens"> | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Sample_1 | ||
chr1 123456 . G A . PASS END=223456 GT 0|0 | ||
chr1 123456 . G <*> . PASS END=223456 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,9 @@ | ||
##fileformat=VCFv4.1 | ||
##source=PharmCAT allele definitions | ||
##reference=hg38 | ||
##GVCFBlock55-56=minGQ=55(inclusive),maxGQ=56(exclusive) | ||
##contig=<ID=chr1,assembly=hg38,species="Homo sapiens"> | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Sample_1 | ||
chr1 123456 . G <*> . PASS END=123457 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