Hi Colin,
you already helped me a lot discussing
this thred.
Now my boss asked me to use PICRUSt, so I need to perform a closed reference otu picking.
The pipeline I use is:
> #3 vsearch --derep_full seqs.fna --output derep.fna --log=log --sizeout --minuniquesize 2
> #4 vsearch -cluster_fast derep.fna -id 0.97 --sizein --sizeout --relabel OTU_ --centroids otus.fna --log=log1
> #5 vsearch --uchime_denovo otus.fna --nonchimeras otus_checked.fna --sizein --xsize --log=log2
> #6 vsearch -usearch_global joined/split/seqs.fna -db otus_checked.fna -strand plus -id 0.97 -uc otu_table_mapping.uc
> #7 python '/home/ngs/vsearch-2.4.3/Scripts vari/uc2otutab.py' otu_table_mapping.uc > tabfile.tsv
> #8 biom convert --table-type="OTU table" -i tabfile.tsv -o otu_table.biom --to-json
How should I modify it for the closed reference OTU picking?
Thank you in advance for your help.
Francesco