Skip to content

split_flanking_variants adds a G to both sides? #19

@jnalanko

Description

@jnalanko

Given this query: TCTATCGACGGACATGCTACGTA

And this reference: ATCTATCGACGGCTCATGCTACGTA

With parameters -k 16 --max-error-prob 0.01, the core library variant calling correctly identifies a substitution of GA with CTC. But the CLI writes this:

R	11	.	GCTC	GAG	.	.	INDEL	GT	1

There is an extra G at the start for some reason. Clearly both sides of the variant should not begin with the same letter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions