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

tabix slicing improvements #10

Open
mlin opened this issue Jul 21, 2018 · 1 comment
Open

tabix slicing improvements #10

mlin opened this issue Jul 21, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@mlin
Copy link
Owner

mlin commented Jul 21, 2018

  1. Current logic extracts records with POS >= qlo (query low) but omits records with POS < qlo && END >= qlo.
  2. More thorough testing would be nice.
  3. The way checkpoints are detected feels vaguely brittle.
@mlin
Copy link
Owner Author

mlin commented Feb 5, 2019

It would help to require that a checkpoint record must not follow any other record whose END >= checkpointPOS (on the same contig)

@mlin mlin added the bug Something isn't working label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant