Hi @ebolyen,
- Here is a sample of the fastq_manifest.csv file:
sample-id absolute-filepath direction
RUA225 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA225_S1_L001_R1_001.fastq.gz forward
RUA226 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA226_S2_L001_R1_001.fastq.gz forward
RUA227 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA227_S3_L001_R1_001.fastq.gz forward
RUA228 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA228_S4_L001_R1_001.fastq.gz forward
RUA229 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA229_S5_L001_R1_001.fastq.gz forward
RUA230 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA230_S6_L001_R1_001.fastq.gz forward
RUA231 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA231_S7_L001_R1_001.fastq.gz forward
RUA232 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA232_S8_L001_R1_001.fastq.gz forward
RUA233 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA233_S9_L001_R1_001.fastq.gz forward
RUA234 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA234_S10_L001_R1_001.fastq.gz forward
RUA235 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA235_S11_L001_R1_001.fastq.gz forward
RUA236 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA236_S12_L001_R1_001.fastq.gz forward
RUA237 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA237_S13_L001_R1_001.fastq.gz forward
RUA225 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA225_S1_L001_R2_001.fastq.gz reverse
RUA226 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA226_S2_L001_R2_001.fastq.gz reverse
RUA227 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA227_S3_L001_R2_001.fastq.gz reverse
RUA228 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA228_S4_L001_R2_001.fastq.gz reverse
RUA229 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA229_S5_L001_R2_001.fastq.gz reverse
RUA230 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA230_S6_L001_R2_001.fastq.gz reverse
RUA231 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA231_S7_L001_R2_001.fastq.gz reverse
RUA232 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA232_S8_L001_R2_001.fastq.gz reverse
RUA233 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA233_S9_L001_R2_001.fastq.gz reverse
RUA234 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA234_S10_L001_R2_001.fastq.gz reverse
RUA235 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA235_S11_L001_R2_001.fastq.gz reverse
RUA236 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA236_S12_L001_R2_001.fastq.gz reverse
RUA237 /workspace/hrrtph/Run_Leafdisc_G3/000.raw/RUA237_S13_L001_R2_001.fastq.gz reverse
It was automatically generated by qiime based on my raw data.
-
My raw data are gzipped files
When I run the command: gunzip -t $INPUT/*.fastq.gz
I got this error: gzip: /workspace/hrrtph/Raw_Leafdisc_G3//RUA230_S6_L001_R2_001.fastq.gz: invalid compressed data--format violated
-
Yesterday i tried to run a set of 4 samples only and it worked. Then I tried again the same workflow, but with more samples and it failed again with the same error:
Plugin error from demux:
Error -3 while decompressing data: invalid block type
Debug info has been saved to /tmp/qiime2-q2cli-err-jdot4xj2.log.
It looks like the data are so spurious, even the Paired_end_demux.qza was able to be generated, it is still not complete?
I have also tried to skip this step, and go ahead with the filtering step, it also failed. It means that Paired_end_demux.qza is fake.
I am looking forward to hearing from you,
Thank you