What is the meaning of ‘#nreads’ and ‘#avg_read_length’ at the end of the bowtie2 file?But “#nreads” is not the number of reads of the input file. For example:
Hi @song
Are the number of reads and their avg length of your input (of those that passed metaphlan quality controls). It is used internally by metaphlan when executing the profiling directly from the bowtie2out files
Thank you for your answer. But the number of reads in the actual input file is different from the bowtie2 file. Why does this happen? If possible, please test an example and check.
The number of lines in the bowtie2_out.bz2 result file—does it represent the total number of reads from the filtered fastq file that aligned to the database? In the .profile file, is the ‘nreads’ value supposed to reflect the total number of reads from the original fastq file? For a specific taxonomy in the profile file, should its absolute abundance be calculated by multiplying its proportion by the total number of reads in the fastq file, or by the number of lines in the bowtie2_out.bz2 file?