Hi,

I have several .fastq files from Nanopore sequencing technology. I have already done trimming and filtering. I was also able to do clustering using isONclust. Nevertheless, I have the following concern. How do I generate a single "otu table" with the clustering files' outputs separated by samples? In short, I run the following commands, but I do not know how to merge everything into one file.

sONclust --fastq sample1_filter.fastq --ont --medaka --outfolder sample1_clust/

isONclust --fastq sample2_filter.fastq --ont --medaka --outfolder sample2_clust/

isONclust --fastq sample3_filter.fastq --ont --medaka --outfolder sample3_clust/

Similar questions and discussions