DessimozLab / read2tree

a tool for inferring species tree from sequencing reads
MIT License
144 stars 18 forks source link

Only R1 reads mapped for paired-end read input? #50

Closed Yuqia closed 1 year ago

Yuqia commented 1 year ago

Hello,

I input 2 paired-end read files for the --reads option, separated by a space, but only the name of the R1 reads were shown in the mplog.log file and in all output files/folders.

Does this mean that only R1 reads were mapped?

Do I need to use the option _--check_matepairing in order for both R1 and R2 reads are used in mapping?

Thank you very much! Best, Yuqia

sinamajidian commented 1 year ago

Hi Yuqia Both of the reads (R1 and R2) are being used. That's only the naming and no other option is needed. Using --debug option you can see the exact command line that is run using aligner.
Best regards, Sina

Yuqia commented 1 year ago

Many thanks Sina! Best, Yuqia