mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
typos
This commit is contained in:
@ -163,7 +163,7 @@ func SequenceTrustSlice(sequences obiseq.BioSequenceSlice) (obiseq.BioSequenceSl
|
||||
|
||||
for i, sa := range sequences {
|
||||
ss := make([]float64, 0, n-1)
|
||||
for j, _ := range sequences {
|
||||
for j := range sequences {
|
||||
if i == j {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user