spVCF icon indicating copy to clipboard operation
spVCF copied to clipboard

tabix slicing improvements

Open mlin opened this issue 6 years ago • 1 comments

  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 avatar Jul 21 '18 05:07 mlin

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

mlin avatar Feb 05 '19 05:02 mlin