-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from PacificBiosciences/bugfix/phase_filter
updates for v1.4.4
- Loading branch information
Showing
11 changed files
with
252 additions
and
8 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[package] | ||
name = "hiphase" | ||
version = "1.4.3" | ||
version = "1.4.4" | ||
authors = ["J. Matthew Holt <[email protected]>"] | ||
description = "A tool for jointly phasing small, structural, and tandem repeat variants for PacBio sequencing data" | ||
edition = "2021" | ||
|
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 |
---|---|---|
|
@@ -496,7 +496,7 @@ | |
}, | ||
{ | ||
"name": "hiphase", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"authors": "J. Matthew Holt <[email protected]>", | ||
"repository": null, | ||
"license": null, | ||
|
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
Binary file not shown.
Binary file not shown.
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,2 @@ | ||
>chr1 | ||
ACGTARGTACGT |
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,23 @@ | ||
##fileformat=VCFv4.2 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##FILTER=<ID=RefCall,Description="Genotyping model thinks this site is reference."> | ||
##FILTER=<ID=LowQual,Description="Confidence in this variant being real is below calling threshold."> | ||
##FILTER=<ID=NoCall,Description="Site has depth=0 resulting in no call."> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position (for use with symbolic alleles)"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Conditional genotype quality"> | ||
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read depth"> | ||
##FORMAT=<ID=MIN_DP,Number=1,Type=Integer,Description="Minimum DP observed within the GVCF block."> | ||
##FORMAT=<ID=AD,Number=R,Type=Integer,Description="Read depth for each allele"> | ||
##FORMAT=<ID=VAF,Number=A,Type=Float,Description="Variant allele fractions."> | ||
##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Phred-scaled genotype likelihoods rounded to the closest integer"> | ||
##FORMAT=<ID=MED_DP,Number=1,Type=Integer,Description="Median DP observed within the GVCF block rounded to the nearest integer."> | ||
##FORMAT=<ID=PS,Number=1,Type=Integer,Description="Phase set identifier"> | ||
##FORMAT=<ID=PF,Number=1,Type=String,Description="Phasing flag"> | ||
##DeepVariant_version=1.3.0 | ||
##contig=<ID=chr1,length=12> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample_name sample_name2 | ||
chr1 5 . A T 30 PASS . GT:PS:PF 0|1:5:test 1|0:5:. | ||
chr1 15 . A T 30 PASS . GT:PS 1|1:5 0|0:5 | ||
chr1 25 . A T,C 30 PASS . GT:PS 1:5 2|1:5 | ||
chr1 30 . A T 30 PASS . GT:PS .|1:5 0|.:5 |