From ee78afdab5d46da9775ab34ddd76c497503d52fc Mon Sep 17 00:00:00 2001 From: Lukez-pi Date: Wed, 29 Jun 2022 12:14:05 -0700 Subject: [PATCH] changed the 'number' type of 'mutation type' to A in the VCF header (#35) --- mutyper/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutyper/cli.py b/mutyper/cli.py index 2ffab54..4fac937 100644 --- a/mutyper/cli.py +++ b/mutyper/cli.py @@ -154,7 +154,7 @@ def variants(args): "ID": "mutation_type", "Description": f"ancestral {args.k}-mer mutation type", "Type": "Character", - "Number": "1", + "Number": "A", } ) vcf_writer = cyvcf2.Writer("-", vcf)