code refactoring. Prefix function name having behaviour depending on command line option by the prefix CLI

This commit is contained in:
2023-02-23 23:32:59 +01:00
parent a0ab14c205
commit ebb05fcdf7
15 changed files with 39 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ func main() {
_, args, _ := optionParser(os.Args)
sequences, _ := obiconvert.ReadBioSequences(args...)
sequences, _ := obiconvert.CLIReadBioSequences(args...)
amplicons, _ := obimultiplex.IExtractBarcode(sequences)
obiconvert.CLIWriteBioSequences(amplicons, true)
amplicons.Wait()