mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-16 20:10:27 +00:00
code refactoring. Prefix function name having behaviour depending on command line option by the prefix CLI
This commit is contained in:
@@ -31,7 +31,7 @@ func main() {
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
|
||||
sequences, _ := obiconvert.ReadBioSequences(args...)
|
||||
sequences, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
amplicons, _ := obipcr.PCR(sequences)
|
||||
obiconvert.CLIWriteBioSequences(amplicons, true)
|
||||
obiiter.WaitForLastPipe()
|
||||
|
||||
Reference in New Issue
Block a user