mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Force sequence reading to produce lowercase sequences.
Adds two columns to the obiclean ratio csv file
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"runtime/pprof"
|
||||
@ -37,4 +38,6 @@ func main() {
|
||||
identified := obitag.AssignTaxonomy(fs)
|
||||
|
||||
obiconvert.WriteBioSequences(identified, true)
|
||||
|
||||
fmt.Println("")
|
||||
}
|
||||
|
Reference in New Issue
Block a user