mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Small adjustment
This commit is contained in:
@ -50,9 +50,9 @@ func (iterator IBioSequenceBatch) Speed(message ...string) IBioSequenceBatch {
|
||||
return newIter
|
||||
}
|
||||
|
||||
func SpeedPipe() Pipeable {
|
||||
func SpeedPipe(message ...string) Pipeable {
|
||||
f := func(iterator IBioSequenceBatch) IBioSequenceBatch {
|
||||
return iterator.Speed()
|
||||
return iterator.Speed(message...)
|
||||
}
|
||||
|
||||
return f
|
||||
|
Reference in New Issue
Block a user