Hi there,
Recently I was using Parallel-Meta3 to process my 16s data. But for few samples PM was failing. PM uses vsearch in the backend and GreenGene18 database by default, after changing it to usearch it can pick otus.
I have changed the following vsearch command
vsearch --usearch_global non_chimeras.fa -id 0.97 --db gg_database.fa --otutabout map_output.txt --threads 12
to the following
usearch --otutab non_chimeras.fa --id 0.97 --otus gg_database.fa --otutabout map_output.txt --threads 12
Am I doing it right? Why the vsearch can't pick otus whereas usearch can?
Thanks a lot. Your help will be much appreciated.