Mercurial > repos > jjohnson > pileup_to_vcf
changeset 6:d90f56ecd2f9
Change version to: pileup_to_vcf.pyV1.1
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Wed, 20 Mar 2013 07:30:20 -0500 |
parents | 8688e29ba96f |
children | e77ab15bbce9 |
files | pileup_to_vcf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pileup_to_vcf.py Tue Mar 19 15:05:20 2013 -0500 +++ b/pileup_to_vcf.py Wed Mar 20 07:30:20 2013 -0500 @@ -34,7 +34,7 @@ vcf_header = """\ ##fileformat=VCFv4.0 -##source=pileup_to_vcf.pyV1.0 +##source=pileup_to_vcf.pyV1.1 ##INFO=<ID=DP,Number=1,Type=Integer,Description=\"Total Depth\"> ##INFO=<ID=$SAF_header,Number=.,Type=Float,Description=\"Specific Allele Frequency\"> ##FILTER=<ID=DP,Description=\"Minimum depth of %s\">