This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error: Encountered internal Bowtie 2 exception (#1)

I'm trying to run an analysis but when I use the command it gives me the bowtie information with this message at the end

 Command: /usr/bin/bowtie2-align-s --wrapper basic-0 -x reference/index/Osativa -u fastq/D0DTNACXX_1_fastq_fastqc.gz -s --threads 8 
(ERR): bowtie2-align exited with value 1
bowtie2
bowtie2 -x reference/index/Osativa -u fastq/D0DTNACXX_1_fastq_fastqc.gz -s mapped.sam --threads 8

1 answer

Run the command using bowtie2. Provide a file name to hold the output with option -S (capital). -s is for something else.

Log in to answer this question.