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

SNPs and SVs cannot share a start position. #3

Closed
edawson opened this issue Oct 3, 2016 · 1 comment
Closed

SNPs and SVs cannot share a start position. #3

edawson opened this issue Oct 3, 2016 · 1 comment

Comments

@edawson
Copy link
Owner

edawson commented Oct 3, 2016

When inserting a SNP and an SV into the graph the two variants may not share a start position. This is because of the way we do indexing. We also have the problem that SNP IDs are non-contiguous in the graph and break the monotonic increasing nature of SV IDs. Further, SNPs currently can't start a contig graph.

@edawson
Copy link
Owner Author

edawson commented Nov 24, 2016

This is now fixed (I think) but further testing may prove otherwise.

@edawson edawson closed this as completed Nov 24, 2016
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