Skip to content

Commit

Permalink
Fix typo in DPF header line of VCF
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Mar 11, 2020
1 parent 8e0685c commit 69d6f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minos/gramtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def write_vcf_annotated_using_coverage_from_gramtools(
'##FORMAT=<ID=FRS,Number=1,Type=Float,Description="Fraction of reads that support the genotype call">',
'##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">',
'##FORMAT=<ID=DP,Number=1,Type=Integer,Description="total read depth from gramtools">',
'##FORMAT=<ID=<DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">',
'##FORMAT=<ID=DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">',
'##FORMAT=<ID=GT_CONF,Number=1,Type=Float,Description="Genotype confidence. Difference in log likelihood of most likely and next most likely genotype">',
f"##minosMeanReadDepth={mean_depth}",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##FORMAT=<ID=FRS,Number=1,Type=Float,Description="Fraction of reads that support the genotype call">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="total read depth from gramtools">
##FORMAT=<ID=<DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">
##FORMAT=<ID=DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">
##FORMAT=<ID=GT_CONF,Number=1,Type=Float,Description="Genotype confidence. Difference in log likelihood of most likely and next most likely genotype">
##minosMeanReadDepth=7
##contig=<ID=ref,length=10000>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##FORMAT=<ID=FRS,Number=1,Type=Float,Description="Fraction of reads that support the genotype call">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="total read depth from gramtools">
##FORMAT=<ID=<DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">
##FORMAT=<ID=DPF,Number=1,Type=Float,Description="Depth Fraction, defined as DP divided by mean depth">
##FORMAT=<ID=GT_CONF,Number=1,Type=Float,Description="Genotype confidence. Difference in log likelihood of most likely and next most likely genotype">
##minosMeanReadDepth=7
##contig=<ID=ref,length=10000>
Expand Down

0 comments on commit 69d6f91

Please sign in to comment.