I know there are a ton of messages about this already but I've looked through them and can't find a solution. I'm running bowtie2 on a HPC. I have successfully built the index using
bowtie2-build mm39.fa mm39
And am now trying to align a .fastq file to it. My command is:
bowtie2 --very-sensitive -x reference/mm39 -1 fastqFiles/Read1.fastq -2 fastqFiles/Read2.fastq -S alignedFiles/output.sam
and I'm getting an error:
readU: Success
(ERR): bowtie2-align exited with value 1
My .fastq files are VERY large. The first few lines of Read1.fastq:
@A00564:637:HT3M3DSX5:1:1101:1090:1000 1:N:0:ACTCAGAC
NCTCTAGCCTCCCACTCCCACCCTTCCCCTCCGGGAGACCTTCCAAGAGGTGAAGCCACATCCTTAGCAAACTCTCCAGTGCCTGTCTCTTATACACATCTCCGAGCCCACGAGACACTCAGACATCGCGTATGCCGGCGTCGGCTTGAA
+
#FFFFF:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:FFF:FF:FF:FFFFF:FFFFFFFFFFFFFFFFF,FFFF:FFFFF:FFFFFFFFFFFFFFFFF:FFFFFFF::F:FFF,:F:FF,,,F,,F:,,F,:
@A00564:637:HT3M3DSX5:1:1101:2410:1000 1:N:0:ACTCAGAC
NTCCCAAGGTGTCACCCTTCTAGAGGAAGGGAAGGTGCGGGCACACCCAAACCTGTCTCTTATACACATCTCCGAGCCCACGAGACACTCAGACATCGCGTATGCCGTCTTCTGCTTGAAAAGGGGGGGGGGGGGGGGGGGGGGGGGGGG
+
#FFFFF:FFFFFFFFFFFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFFFFFFFF:FFFF:FFFFFFFFFFFFFFFFFFFFFFFFF:FFFFFFF,FF,:FF:FFFFFFF:F:FFF:FF:,:,,,:FFFFFFFFFFFFFFFFFFFFFFFFF
@A00564:637:HT3M3DSX5:1:1101:6732:1000 1:N:0:ACTCAGAC
NTCATTGTCTAGTGTTATGGGTTAAATGTAAAATGTCCCCAGAGTCTCCTGTGCTTGAGCTGGTGGTGCTATTCTAGGAGGCTGTGGAGGCTTAGGAGATGGGGGGGGGGTGGTCACTGGAGAGAACTTTGGGGTTTTAGATCTATCCAC
+
Like I said, I have googled this and read the previous post with the same error and can't find anything. Any help would be appreciate.
Thanks,
Are you using a job scheduler? Are you running the command directly on a node?
Are your reads in two separate locations or is that simply an error with copy/paste? You seem to be missing
fastqFiles/
before Read2 in the command.I'm using slurm, so not directly on a node.
I checked the fastqFiles is in my script...just a type above. I'll fix that.
Are you assigning enough memory to this job via SLURM? If you are using SLURM was the only error message one you poste above?
I've choosen different queues that are available and they all return the same error. Yes, that's the only error...nothing about memory. And I get it almost instantly after submitting the job.
There are dozens of posts on this site with
bowtie2-align exited with value 1
in the title or somewhere in the thread.https://www.google.com/search?q=bowtie2-align+exited+with+value+1+site:www.biostars.org
If none of those apply to you, there is a good chance that no Biostars reader knows how to solve this problem.