mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
rename goutils to obiutils
Former-commit-id: 2147f53db972bba571dfdae30c51b62d3e69cec5
This commit is contained in:
@@ -3,8 +3,8 @@ package obiformats
|
||||
import (
|
||||
"log"
|
||||
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/goutils"
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiiter"
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiutils"
|
||||
)
|
||||
|
||||
func ReadSequencesBatchFromFiles(filenames []string,
|
||||
@@ -17,7 +17,7 @@ func ReadSequencesBatchFromFiles(filenames []string,
|
||||
}
|
||||
|
||||
batchiter := obiiter.MakeIBioSequence(0)
|
||||
nextCounter := goutils.AtomicCounter()
|
||||
nextCounter := obiutils.AtomicCounter()
|
||||
|
||||
batchiter.Add(concurrent_readers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user