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...)
annotator := obiannotate.CLIAnnotationPipeline()
obiconvert.WriteBioSequences(sequences.Pipe(annotator).Speed(), true)
obiconvert.CLIWriteBioSequences(sequences.Pipe(annotator), true)
obiiter.WaitForLastPipe()