mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
13 lines
168 B
Go
13 lines
168 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
|
|
"git.metabarcoding.org/obitools/obitools4/obitools4/pkg/obitaxformat"
|
|
)
|
|
|
|
func main() {
|
|
|
|
obitaxformat.DetectTaxonomyFormat(os.Args[1])
|
|
}
|