You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Bowtie in a pipeline for small RNA-seq. I have been using it for months, but now, using the same command, it throws an error telling that the "read file does not look like a FASTQ file":
Time loading forward index: 00:00:09
Time loading mirror index: 00:00:09
Error: reads file does not look like a FASTQ file
terminate called after throwing an instance of 'int'
The only difference between now and before is that now I am running this in a cluster using a singularity image and before I was running bowtie locally using conda. The previous steps in the pipeline are adapter trimming with cutadapt and quality filtering with fastq_quality_filter.
I was looking at the FASTQ.gz files and they look normal:
I used three different approaches to validate them:
Looking at the sequence string and the quality string and counting the number of cases in those 2 strings are different in length (0 cases where the sequence and the quality strings are different).
Thanks for the response. I have just noticed that the versions are different.
The version used in the singulairity image from the cluster is:
/opt/miniconda3/bin/bowtie version 1.0.0
64-bit
Built on 4d87110594ec
Wed Mar 23 19:06:59 UTC 2016
Compiler: gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC)
Options: -O3 -m64 -Wl,--hash-style=both
Sizeof {int, long, long long, void*, size_t, off_t}: {4, 8, 8, 8, 8, 8}
And the version I have locally in the conda environment is:
bowtie-align version 1.2
64-bit
Built on testing-gce-ab28e1d1-a823-4ae9-9c55-f53e1e445058
Sat May 6 18:08:00 UTC 2017
Compiler: gcc version 4.8.5 (GCC)
Options: -O3 -m64 -I/home/amitjavila/anaconda3/envs/smallRNA/include -L/home/amitjavila/anaconda3/envs/smallRNA/lib -Wl,--hash-style=both -DWITH_TBB -DPOPCNT_CAPABILITY -DNO_SPINLOCK -DWITH_QUEUELOCK=1
Sizeof {int, long, long long, void*, size_t, off_t}: {4, 8, 8, 8, 8, 8}
I understand that the version 1.0.0 does not allow for .gz compression.
Dear Dr. Langmead,
I am trying to use Bowtie in a pipeline for small RNA-seq. I have been using it for months, but now, using the same command, it throws an error telling that the "read file does not look like a FASTQ file":
The command is this one:
The only difference between now and before is that now I am running this in a cluster using a singularity image and before I was running bowtie locally using conda. The previous steps in the pipeline are adapter trimming with
cutadapt
and quality filtering withfastq_quality_filter
.I was looking at the FASTQ.gz files and they look normal:
I used three different approaches to validate them:
fastq_info
fromfastq_utils
:validatefastq
frombiopet
:Non of the approaches resulted in a "unvalid" FASTQ.
Why can this happen?
Thank you.
Best regards,
Adrià.
The text was updated successfully, but these errors were encountered: