Hey, everyone!
The help document of bowtie2 have said that the files of reads could be gzip'ed.
When I use the paired reads and try the argument ( -1 <m1> -2 <m2>), the bowtie2 can read the gzip'ed files.
However, if I use the gzip'ed unpaired reads and apply the argument (-U <r>), the bowtie2 suggest that "Error: reads file does not look like a FASTQ file". The gzip'ed file can not be recognized.
Does anyone have come up with this problem?
Thank You!
The help document of bowtie2 have said that the files of reads could be gzip'ed.
When I use the paired reads and try the argument ( -1 <m1> -2 <m2>), the bowtie2 can read the gzip'ed files.
However, if I use the gzip'ed unpaired reads and apply the argument (-U <r>), the bowtie2 suggest that "Error: reads file does not look like a FASTQ file". The gzip'ed file can not be recognized.
Does anyone have come up with this problem?
Thank You!
Comment