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

@@ -36,7 +36,7 @@ func main() {
sequences, _ := obiconvert.ReadBioSequences(args...)
selected := obigrep.IFilterSequence(sequences)
obiconvert.WriteBioSequences(selected, true)
obiconvert.CLIWriteBioSequences(selected, true)
obiiter.WaitForLastPipe()
}