mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
code refactoring. Prefix function name having behaviour depending on command line option by the prefix CLI
This commit is contained in:
@ -14,7 +14,7 @@ func main() {
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
|
||||
fs, _ := obiconvert.ReadBioSequences(args...)
|
||||
fs, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
|
||||
cleaned := obicleandb.ICleanDB(fs)
|
||||
|
||||
|
Reference in New Issue
Block a user