bowtie2 icon indicating copy to clipboard operation
bowtie2 copied to clipboard

(ERR): bowtie2-align died with signal 11 (SEGV)

Open mmaccoun opened this issue 6 years ago • 3 comments
trafficstars

I am trying to align paired-end reads from Drosophila melanogaster to a reference DM6 genome. I have run into the error several times when I ran the following command:

/Volumes/LAB/bowtie2-2.3.4.3/bowtie2 --very-sensitive-local -x /Volumes/LAB/DM_BDGP6/Bowtie2Index/genome -X 2000 2>> /Volumes/LAB/FLY_S4_attempts/attempt5/reports/bowtie/bowtie_log.txt -p 4 -1 /Volumes/LAB/FLY_S4_attempts/attempt5/trimmed/1_S1_L001_R1_001_val_1.fq.gz -2 /Volumes/LAB/FLY_S4_attempts/attempt5/trimmed/1_S1_L001_R2_001_val_1.fq.gz | samtools view -Sb - | samtools sort - -o /Volumes/LAB/FLY_S4/attempt5.bam

I also executed this command on a server in case this error might be related to memory, I also received the same error. I do not know how to proceed.

mmaccoun avatar Feb 01 '19 03:02 mmaccoun

I am guessing that you're not able to post your sample files here; would it then be possible to re-run this command using the --debug and share the output?

Please make sure you have the bowtie-align-s-debug binary in the enclosing folder.

ch4rr0 avatar Mar 11 '19 18:03 ch4rr0

I have the same issue. But when I use 1 thread or do not provide -p/--threads option. it works. I guess it has something to do with the threads option

jianshu93 avatar Nov 25 '20 23:11 jianshu93

2019 paper did say that --threads option works.

jianshu93 avatar Nov 25 '20 23:11 jianshu93