Hi,
I am new to MetaPhlAN, but I have scanned the manual online. It seems amazing.
Software has been installed. However, before I run my data. I came across a problem. Shall I need to trimming, quality filtering, and merging the reads before I run the MetaPhlAN2?
My data are shotgun data sequenced on Illumina 1.9 with paired-end reads 100bp on each ended. They are environmental samples. Each sample has 99,000,000 reads. My original purpose is to get a glimpse of what the taxonomy profiling is in the data.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "MetaPhlAn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metaphlan-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for the suggestion.
Then I run the code below.
metaphlan2.py --input_type fastq <(zcat R1.fastq.gz R2.fastq.gz) --bowtie2out.bowtie2.bz2 --nproc 10 > profiled.txt &
However, I got the error in the output profile. The output file is in the attachment.
But if I use the following code, no error found in the produced profile.
metaphlan2.py D2_1.fastq,D2_2.fastq --bowtie2out m.bowtie2.bz2 --nproc 55 --input_type fastq > profiled_metagenome.txt &
Since in my sense, there is no difference between the above two lines of code. Is there anything wrong?
Thanks a lot.
To unsubscribe from this group and stop receiving emails from it, send an email to metaphlan-users+unsubscribe@googlegroups.com.