Repository 'pileup_to_vcf'
hg clone https://toolshed.g2.bx.psu.edu/repos/jjohnson/pileup_to_vcf

Changeset 6:d90f56ecd2f9 (2013-03-20)
Previous changeset 5:8688e29ba96f (2013-03-19) Next changeset 7:e77ab15bbce9 (2013-03-20)
Commit message:
Change version to: pileup_to_vcf.pyV1.1
modified:
pileup_to_vcf.py
b
diff -r 8688e29ba96f -r d90f56ecd2f9 pileup_to_vcf.py
--- 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
b
@@ -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\">