Skip to content

Commit 7e3b042

Browse files
committed
Update VCF version to v4.4
1 parent b51cae3 commit 7e3b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow/vcf_prepper/bin/update_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from helper import *
2424

25-
META = """##fileformat=VCFv4.2
25+
META = """##fileformat=VCFv4.4
2626
##INFO=<ID=SOURCE,Number=1,Type=String,Description="Source of the variation data">
2727
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the variant described in this record">
2828
##INFO=<ID=SVLEN,Number=.,Type=String,Description="Difference in length between REF and ALT alleles">

0 commit comments

Comments
 (0)