Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rGFA output #10

Open
edawson opened this issue Oct 13, 2019 · 0 comments
Open

rGFA output #10

edawson opened this issue Oct 13, 2019 · 0 comments

Comments

@edawson
Copy link
Owner

edawson commented Oct 13, 2019

Because we use a reference genome for input, we can easily generate rGFA. This also gets around the many issues of representing paths in GFA 1 and GFA 2.

We need only three tags to make minigraph-compatible rGFA output:

Tag Type Description
SN Z Name of stable sequence from which the segment is derived
SO i Offset on the stable sequence
SR i Rank. 0 if on a linear reference genome; >0 otherwise

For reference graphs, this is pretty simple. We'll need to implement pulling some type of VCF name in as well though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant