This commit is contained in:
Eric Coissac
2025-03-08 07:44:41 +01:00
parent fc08c12ab0
commit 78df7db18d
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ values. This is a first step towards an easy way to handle other taxonomy
databases soon, such as the GBIF or Catalog of Life taxonomies. This version
is able to handle files containing taxonomic information created by previous
versions of OBITools, but files created by this new version may have some
problems to be analysed by previous versions, at least for the taxonomic
problems to be analyzed by previous versions, at least for the taxonomic
information.

View File

@ -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
}