Entering edit mode
5.4 years ago
jeccy.J
▴
60
Hi everyone,
I am trying to import fastq files (16s amplicon sequence data) into qiime2 pipeline but some error occurred. Can anyone please help me out to solve the error.
$ qiime tools import --type SampleData[PairedEndSequencesWithQuality] --input-path primer_trimmed_fastqs --output-path reads_qza/reads_trimmed.qza --input-format CasavaOneEightSingleLanePerSampleDirFmt
Error: There was a problem importing primer_trimmed_fastqs: Missing one or more files for CasavaOneEightSingleLanePerSampleDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001\.fastq\.gz'
Thanks advance.
JC
The file name are as below :
Fan1_S26_L001_R1_001.fastq Fan7_S34_L001_R1_001.fastq Fan1_S26_L001_R2_001.fastq Fan7_S34_L001_R2_001.fastq Fan4_S31_L001_R1_001.fastq Fan9_S36_L001_R1_001.fastq Fan4_S31_L001_R2_001.fastq Fan9_S36_L001_R2_001.fastq
head of one file
qiime2 is clearly looking for reads file that end in .gz. So why don't you zip yours (how did they get unzipped in the first place?) and try again?