mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
obimultiplex saves unassigned sequence
This commit is contained in:
@ -80,6 +80,10 @@ func WriteSequenceBatch(iterator obiseq.IBioSequenceBatch,
|
||||
return newIter, err
|
||||
}
|
||||
|
||||
if iterator.Finished() {
|
||||
return iterator, nil
|
||||
}
|
||||
|
||||
return obiseq.NilIBioSequenceBatch, fmt.Errorf("input iterator not ready")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user