vsearch --cluster_size CR.nonchimera.fasta --id 0.97 --strand plus --sizein --sizeout --fasta_width 0 --uc all.clustered.uc --relabel OTU_ --centroids all.otus.fasta --otutabout all.otutab.txt
| #OTU ID |
| OTU_1 |
| OTU_10 |
| OTU_100 |
| OTU_1000 |
| OTU_1001 |
| OTU_1002 |
| OTU_1003 |
| OTU_1004 |
| OTU_1005 |
| OTU_1006 |
| OTU_1007 |
| OTU_1008 |
| OTU_1009 |
| OTU_101 |
Error in uc file formating. Check for spaces in sample IDs and to make sure there is a semicolon after sample IDs.
First line with issue:
S 0 200 * * * * * CR16_seq.fa1;size=1056; *
0.2%
I think there is something wrong or because of txt editor I use ore with the uc file.
thanks again for your help!
printf 'OTU_1\nOTU_10\nOTU_2\nOTU_100\n' | sort -k1,1V--otutabout option before even writing to your hard drive: vsearch ... --otutabout >(sort -k1,1V > all.otutab.txt)