Skip to content

Commit

Permalink
changed the 'number' type of 'mutation type' to A in the VCF header (#35
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Lukez-pi authored Jun 29, 2022
1 parent 639fc20 commit ee78afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutyper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee78afd

Please sign in to comment.