Hello Colin,
Thank you very much for your prompt support and nice wish!
I just tried Uparse with newest version of usearch (v8.1) as below steps:
In step1, I relabeled samples by renaming directory, created seqs.fastq. No filtering was applied (q = 0)
And then use fastq_filter for filtering in step 2.
1) multiple_split_libraries_fastq.py -i joined_seqs_no_primers_test/ -o usearch81/split_lib_out/ -p split_libraries_parameters.txt --read_indicator reads --include_input_dir_path --remove_filepath_in_name
2) usearch8.1 -fastq_filter split_lib_out/seqs.fastq -fastq_maxee 0.5 -fastq_trunclen 240 -fastaout filtered.fa
3) usearch8.1 -derep_fulllength filtered.fa -sizeout -fastaout uniques.fa
4) usearch8.1 -cluster_otus uniques.fa -minsize 2 -otus otus.fa -relabel Otu
5) usearch8.1 -usearch_global filtered.fa -db otus.fa -strand plus -id 0.97 -otutabout otutab.txt
6) biom convert --table-type "OTU table" -i otutab.txt -o otutab.biom --to-hdf5
7) assign_taxonomy.py -i otus.fa
8) biom add-metadata --sc-separated taxonomy --observation-header OTUID,taxonomy --observation-metadata-fp uclust_assigned_taxonomy/otus_tax_assignments.txt -i
9) otutab.biom -o otutab_tax.biom
If I label samples by D11.0115, D12.0715, D11.0815. It created otutab.txt with only two samples: D11 and D12.
I have spent time to look for the solution, but have not success yet.
Could you please take a look for me?
Merry Christmas and wish you a very happy new year!
Kind regards,
An