Position is adjusted to 1-based
Closed this issue · 1 comments
rjovelin commented
debarcer/debarcer/src/generate_consensus.py
Line 130 in b4a790d
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
rjovelin commented
Does not adjust position. Use 0-based half opened coordinates for all objects and use 1-based inclusive when saving to file.