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

@@ -39,7 +39,7 @@ func main() {
obipairing.WithStats(),
obioptions.CLIParallelWorkers(),
)
obiconvert.WriteBioSequences(paired, true)
obiconvert.CLIWriteBioSequences(paired, true)
obiiter.WaitForLastPipe()
}