Closed valei closed 11 months ago
@valei, which commands did you use to concatenate the files?
Issue is stale and will be closed in 7 days unless there is new activity
I used simply cat command: cat sample_R1.fastq sample_R2.fastq > sample.fastq
@valei the cat
command appends the reads. If you run rgi bwt
with -1
and -2
i.e paired reads option and run again with either R1 or R2 with only -1
, you should get the same results. Look for current methods on how to effectively merge the R1 and R2 into single end reads.
@valei I did some analysis you can see at https://github.com/raphenya/read-merging. Long story short merging with cat
produces lower hit rate.
@agmcarthur note.
Cheers.
Hi, I ran RGI bwt in a metagenome sample in two different ways: 1) using as input R1 and R2 paired-end files; 2) using as input a concatenated file R1+R2 and so considering the sample as single-end. The results at both allele and gene level are fully different for a large number of genes/alleles found (about 30/40%). I wonder, why is there such a big difference? What is the most reilable way to run the tool?