bowtie2 icon indicating copy to clipboard operation
bowtie2 copied to clipboard

A fast and sensitive gapped read aligner

Results 155 bowtie2 issues
Sort by recently updated
recently updated
newest added

Can someone please push the 2.5.1 release to bioconda - assuming it's production-ready! thanx :-)

Hi I just cloned the code from here and compiled under ubuntu 22.04 and also from conda, and both ways it was just bailing out after Using parameters --bmax 59599219...

Building bowtie2-3.5 with the SRA fetch builtin is not working for me, and it seems after 3.5.1 the pre-built binary stopped supporting this functionality

Hi I was wondering if it was possible to write only the unmapped read of a read pair to the unmapped output. It would be fine for me if the...

I am using bowtie2 for metagenomics analysis, and my index always contains many sequences. When I using "-k 100", the output 100 aliment may only contains result of 30 or...

Hello, I am familiarizing with the bowtie2-build, trying different options. However, --nodc option is not giving me output, stats are as follow: Settings: Output files: "nodc.*.bt2" Line rate: 6 (line...

## Background I am new to the world of bioinformatics, and am trying to interpret the output of `bowtie2-align`: ```txt 57 0 16 14186687 255 23M * 0 0 AGAGAGTTAAGGGCTTACAGCGG...

I am using Bismark to conduct alignment of methylation NGS data. The alignment engine used is bowtie2. There are 2 options in Bismark related to multi-core processing: `-parallel` determines how...

Hello I am working with some CAMI dataset consisting in simulated reads from a mock community. Bowtie2 does not recognize the reads as valid fastq, even if they are and...

Hi, I have paired end ATACseq data. bowtie2 -p 110 --local --no-mixed --no-discordant --very-sensitive -I 25 -X 5000 -x "$bt2/GRCh38" -1 "$read1" -2 "$read2" -S "${name}.sam" 2> "${name}.bw.map.stat" Error, fewer...