-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hello all,
I got an issue in step 1. when I ran 7 ddRAD samples with paired-end reads (14 .fq.gz files in total) using iPyRAD v0.9.107.
During Step 1, it seems that the R1 and R2 reads are not being merged:
ipyrad [v0.9.107]
Interactive assembly and analysis of RAD-seq data
Step 1: Loading sorted fastq data to Samples
[####################] 100% 0:01:49 | loading reads
14 fastq files loaded to 14 Samples
Here is the format of my sample filenames (_R1 and _R2 present for each sample):
CJ200827-283_R1.fq.gz
CJ200827-283_R2.fq.gz
CJ200920-860_R1.fq.gz
CJ200920-860_R2.fq.gz
CJ200921-949_R1.fq.gz
CJ200921-949_R2.fq.gz
CJ201008-352_R1.fq.gz
CJ201008-352_R2.fq.gz
CJ201011-273_R1.fq.gz
CJ201011-273_R2.fq.gz
CJ230609-364_R1.fq.gz
CJ230609-364_R2.fq.gz
CJ240425-188_R1.fq.gz
CJ240425-188_R2.fq.gz
Could you advise why the merging might not be happening, or if there is any additional configuration required in params file for ddRAD paired-end reads?
Many thanks
Manh