diff --git a/Release-notes.md b/Release-notes.md index 049614b..ed4eb2b 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -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. diff --git a/pkg/obitools/obicleandb/obicleandb.go b/pkg/obitools/obicleandb/obicleandb.go index 131d9bf..a9dd675 100644 --- a/pkg/obitools/obicleandb/obicleandb.go +++ b/pkg/obitools/obicleandb/obicleandb.go @@ -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 }