From b975475a24eae2dc564acc5d4788d99599d83feb Mon Sep 17 00:00:00 2001 From: zhenxian Date: Thu, 16 May 2024 23:55:16 +0800 Subject: [PATCH] Update vcf header --- shared/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/utils.py b/shared/utils.py index d2310b9..df4411d 100644 --- a/shared/utils.py +++ b/shared/utils.py @@ -281,7 +281,7 @@ def get_header(reference_file_path=None, cmd_fn=None, sample_name="SAMPLE", vers ##FORMAT= ##FORMAT= ##FORMAT= - ##FORMAT=\n""".format( + ##FORMAT=\n""".format( version)) else: header = dedent("""\ @@ -298,7 +298,7 @@ def get_header(reference_file_path=None, cmd_fn=None, sample_name="SAMPLE", vers ##FORMAT= ##FORMAT= ##FORMAT= - ##FORMAT=\n""".format( + ##FORMAT=\n""".format( version)) if ref_header_str != "": header_list = header.rstrip('\n').split('\n')