adds a directory option to obidistribute

This commit is contained in:
2023-02-17 22:52:53 +01:00
parent 9554a32490
commit d04eb915b3
6 changed files with 136 additions and 16 deletions

View File

@@ -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()
}()