• You're one step from joining Bioinformatics Forums – Research, Tools, Code & Collaboration.
    Create a free account to post, follow threads, and never miss an update.  Sign up free →

Error while mapping

cirrusclouds09

New member
Joined
Jul 19, 2025
Messages
2
Working on a course project using public ENCODE paired-end ChIP-seq reads. Built an index with bowtie2-build, but running into this error: bowtie2-align exited with value 1. Tried both piped BAM and SAM outputs but no luck so far. Could it be input file format or something in the syntax? Thanks for any advice.
 
I think it's possible to be a formatting issue considering how the reads are paired. Maybe you can double-check the input file paths and make sure they're unzipped and properly matched.
 
To add, double-check that your index prefix is correct and that your FASTQ files are properly formatted and accessible. Also, did you include the -x flag with just the index basename (not the full filename)? Sometimes a missing or mismatched file path causes this.
 
Back
Top