I have read the manual, but I'm not clear on how to use paired reads. I have my reads in an interleaved fasta file:
>read1 1:etc
AGTAGATAGTA.....
>read1 2:etc
ACTTGCTCTCT.....
but I could use any format. My current command line is:
metaphlan2.py 1.fasta -o 1.txt --input_type multifasta --nproc 24
This seems to give a reasonable basic output, but I can't tell if it is using the paired information in the file.
Thanks.
--
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.
Hi,
I see. Perhaps you should remove or change the sentence in your documentation: "MetaPhlAn 2 can also natively handle paired-end metagenomes, and, more generally, metagenomes stored in multiple files (but you need to specify the --bowtie2out parameter):" because it makes it sound like metaphlan2 can actually use paired read information.
Thanks,
Theo
Thanks,
Tatsu