-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tophat 2.1.1 not compatible with bowtie2 v2.3 #43
Comments
The tophat2-2.1.1 test suite fails if bowtie-2.3.0 is installed:
If using bowtie-2.2.9, then the test suite passes:
|
It looks like this issue was fixed by Bowtie 2.3.1? For future: Try installing the latest version of Bowtie. |
Tophat-2.1.2 tests now pass with bowtie-2.3.4.1. At this point I'm not sure why I was testing against bowtie-2.3.0 when 2.3.1 was released slightly a few days before my comment. But I do know to try the latest code/releases when debugging if possible. |
Yes, not trying to snub you nieder, sorry. Just making a note for future people like myself who are trying to troubleshoot this issue. |
Tophat 2.1.1 was not compatible with bowtie2 v2.3 in our server. To get tophat to work, I had to switch to bowtie2 v2.2.9.
I was getting this error message with bowtie2 v2.3
[2017-02-13 19:42:59] Checking for Bowtie
Bowtie version: 2.3.0.0
[2017-02-13 19:42:59] Checking for Bowtie index files (genome)..
Found both Bowtie1 and Bowtie2 indexes.
[2017-02-13 19:42:59] Checking for reference FASTA file
[2017-02-13 19:42:59] Generating SAM header for /home/analysis/genome/dm3/Sequence/bowtie_indexes/genome
[2017-02-13 19:42:59] Reading known junctions from GTF file
[2017-02-13 19:43:00] Preparing reads
left reads: min. length=51, max. length=51, 8438399 kept reads (500 discarded)
[2017-02-13 19:44:15] Building transcriptome data files WT_ZT06.tophat.out/tmp/genes
[2017-02-13 19:44:17] Building Bowtie index from genes.fa
[2017-02-13 19:51:06] Mapping left_kept_reads to transcriptome genes with Bowtie2
[2017-02-13 19:53:18] Resuming TopHat pipeline with unmapped reads
[2017-02-13 19:53:18] Mapping left_kept_reads.m2g_um to genome genome with Bowtie2
[FAILED]
Error running bowtie:
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error while flushing and closing output
Error: Encountered exception: 'Unidentified exception'
Command: /opt/BOWTIE2/2.3/bin/bowtie2-align-s --wrapper basic-0 -k 2 -D 15 -R 2 -N 0 -L 20 -i S,1,1.25 --gbar 4 --mp 6,2 --np 1 --rdg 5,3 --rfg 5,3 --score-min C,-14,0 -p 10 --sam-no-hd -x /home/analysis/genome/dm3/Sequence/bowtie_indexes/genome -
(ERR): bowtie2-align exited with value 1
The text was updated successfully, but these errors were encountered: