This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ERROR: bowtie2 align exited with value 1

Hey, I am trying to map some seq data with bowtie2, using this command:

bowtie2 --threads 12 -x /metagenomics/anastasia/data_release/raw_data/Bowtie2_mapping/final_contigs.index -1 /metagenomics/anastasia/data_release/raw_data/Pf11_1_clean.fq  -2 /metagenomics/anastasia/data_release/raw_data/Pf11_2_clean.fq -S /metagenomics/anastasia/data_release/raw_data/Bowtie2_mapping/Pf11.sam  --no-unal

and I keep getting this error: (ERR): bowtie2-align exited with value 1 I have been using bowtie2 for a while now and everything was fine, this is the first time that this is happening to me. Does anyone know what kind of error is that?

Anastasia

next-gen alignment

Output of ls /metagenomics/anastasia/data_release/raw_data/Bowtie2_mapping/ ?

An exit status of 1 is a general indicator that something went wrong, but it doesn't tell you what.

I'm probably running an old version of bowtie, but I don't see a --no-unal option. Does your command run successfully without it?

0 answers

No answers yet.

Log in to answer this question.