mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
A small correction
Former-commit-id: 2616ea6bc0e288312326bfb2542e24da22876965
This commit is contained in:
@ -25,7 +25,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
consensus := obiconsensus.Consensus(fs, 0.99)
|
||||
consensus := obiconsensus.Consensus(fs, 0.95)
|
||||
obiconvert.CLIWriteBioSequences(consensus, true)
|
||||
|
||||
obiiter.WaitForLastPipe()
|
||||
|
Reference in New Issue
Block a user