Skip to content

Reconstructing the sequence of paths #135

Description

@panosioannidis

After running minigraph --call I get the path of each of my samples within each of the bubbles.

My question is relatively simple and I'm mostly asking in order to be sure, since this is the first time I'm dealing with genome graphs!

So, in order to reconstruct the path of a sample within a bubble is it sufficient to concatenate the sequences of the segments mentioned in the last field of the bed output file? For example if the path is

>s1<s2>s3

is it sufficient to concatenate the following sequences?

s1 + revcomp(s2) + s3

Should I also take the L lines into account?

@lh3

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