bonsai-team / matam

Mapping-Assisted Targeted-Assembly for Metagenomics
GNU Affero General Public License v3.0
19 stars 9 forks source link

fastq format foward only or interleaved fastq? #103

Open jianshu93 opened 3 years ago

jianshu93 commented 3 years ago

Dear author,

I want to ask what is the default fastq file, only foward reads or reverse reads or interleaved reads?

Thanks,

Jianshu

loic-couderc commented 3 years ago

Dear @jianshu93,

You can either interleave your paired-end reads, or just concatenate the forward and reverse files in a single file. However MATAM will treats this reads as single reads and will not fully benefits of paired-end reads (they will just be considered as single reads).

cheers