Normalise the managment of speed measure

This commit is contained in:
2023-02-16 13:31:49 +01:00
parent f56363a100
commit 6e36b22040
17 changed files with 48 additions and 17 deletions

View File

@ -18,7 +18,7 @@ func main() {
fs, _ := obiconvert.ReadBioSequences(args...)
comp := fs.MakeIWorker(obiseq.ReverseComplementWorker(true))
obiconvert.WriteBioSequences(comp, true)
obiconvert.CLIWriteBioSequences(comp, true)
obiiter.WaitForLastPipe()