Skip to content

Invalid edge reported for self-complemental nodes #48

@sebschmi

Description

@sebschmi

Consider the following input reference file:

a.fa

>a
CGCGG

Using the command line Bifrost build -k 4 -r a.fa -o a on the current master of this repo yields the following result:

a.gfa

H	VN:Z:1.0	BV:Z:1.0.5	KL:Z:4	ML:Z:2
S	1	CGCGG
L	1	-	1	+	3M

The reverse complement of S1 is CCGCG, which does not overlap in three characters with CGCGG. So the edge L1 must be wrong.

Note that the node CGCG is self-complemental.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions