halelab / GBS-SNP-CROP

GBS SNP Calling Reference Optional Pipeline
GNU General Public License v2.0
31 stars 31 forks source link

Step#3: demultiplex #12

Closed cryptic0 closed 7 years ago

cryptic0 commented 7 years ago

It is not clear whether the demultiplexing step requires a plain text fastq file or if it can work with fastq.gz files. Documentation example states the following:

-fq FileNameSeed_R1_001.fastq.gz

My seed is TREES for the input file TREES_R1_001.fastq.gz

But I keep getting the following errors:

The second error message suggest that the #3 perl script is expecting files named in the following fashion: FileNameSeed_SE_R1parsed.fastq

Thus, there seems to be a conflict between the documentation and what the program is actually expecting.

halelab commented 7 years ago

Hi,

Thank you for alert us about this. The step 3 uses the output from step 2 which is a plain fastq file. Sorry for this mistake on wiki page. I'll update it.