mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Correction a a bug and transfert of the new matching rules from obirefidx to obitag
Former-commit-id: a28540f72a504ad4e7e8a8b6f7609116913445b4
This commit is contained in:
@ -80,7 +80,7 @@ func Order[T sort.Interface](data T) []int {
|
||||
rk.r[i] = i
|
||||
}
|
||||
|
||||
sort.Sort(rk)
|
||||
sort.Stable(rk)
|
||||
|
||||
return r
|
||||
}
|
||||
|
Reference in New Issue
Block a user