mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-02-04 07:00:33 +00:00
code refactoring. Prefix function name having behaviour depending on command line option by the prefix CLI
This commit is contained in:
17
cmd/obitools/obicsv/main.go
Normal file
17
cmd/obitools/obicsv/main.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiiter"
|
||||
)
|
||||
|
||||
func main() {
|
||||
// optionParser := obioptions.GenerateOptionParser(obiconvert.OptionSet)
|
||||
|
||||
// _, args, _ := optionParser(os.Args)
|
||||
|
||||
// fs, _ := obiconvert.ReadBioSequences(args...)
|
||||
// //obicsv.CLIWriteCSV(fs, true)
|
||||
|
||||
obiiter.WaitForLastPipe()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user