jakobnissen / alen

Simple terminal alignment viewer
MIT License
78 stars 5 forks source link

Alignment::calculate_order should operate on original_index of entries #8

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

Currently it operates on the current index of entries, not the original index. This causes mis-sorting if the input sequences were already permuted before the order is calculated.

jakobnissen commented 2 years ago

Closed in d74d58a