oicr-gsi/debarcer

Position is adjusted to 1-based

Closed this issue · 1 comments

curr_pos = pos + 1

Here and in get_uncollapsed, position is adjusted to 1-based coordinates.
Not sure that this is needed. It seems that it should be adjusted when writing the consensus table

Does not adjust position. Use 0-based half opened coordinates for all objects and use 1-based inclusive when saving to file.