mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-09 01:00:26 +00:00
code refactoring. Prefix function name having behaviour depending on command line option by the prefix CLI
This commit is contained in:
@@ -34,8 +34,8 @@ func main() {
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
|
||||
sequences, _ := obiconvert.ReadBioSequences(args...)
|
||||
selected := obigrep.IFilterSequence(sequences)
|
||||
sequences, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
selected := obigrep.CLIFilterSequence(sequences)
|
||||
obiconvert.CLIWriteBioSequences(selected, true)
|
||||
obiiter.WaitForLastPipe()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user