mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
adds a directory option to obidistribute
This commit is contained in:
@@ -80,8 +80,6 @@ func WriteFastq(iterator obiiter.IBioSequence,
|
||||
}
|
||||
close(chunkchan)
|
||||
waitWriter.Wait()
|
||||
obiiter.UnregisterPipe()
|
||||
log.Debugln("End of the fastq file writing")
|
||||
}()
|
||||
|
||||
ff := func(iterator obiiter.IBioSequence) {
|
||||
@@ -134,6 +132,8 @@ func WriteFastq(iterator obiiter.IBioSequence,
|
||||
}
|
||||
}
|
||||
|
||||
log.Debugln("End of the fastq file writing")
|
||||
obiiter.UnregisterPipe()
|
||||
waitWriter.Done()
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user