move the worker class to the obiseq package

This commit is contained in:
2023-01-22 22:39:13 +01:00
parent f97f92df72
commit 2d375df94f
12 changed files with 153 additions and 43 deletions

View File

@ -1,3 +1,5 @@
// It takes a slice of BioSequence objects, and returns an iterator that will return batches of
// BioSequence objects
package obiiter
import (