-
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
Fail to generate sam headers with bowtie1 >= v1.2 #51
Comments
Hi, I am getting similar error in tophat v2.1.0 [2018-07-23 10:30:10] Beginning TopHat run (v2.1.0)[2018-07-23 10:30:10] Checking for Bowtie Any help or suggestion is much appreciated. |
tophat2 -o /home/supriya/CIRCexplorer2/circ2/tophat_fusion \ -p 15 \ --fusion-search [2024-08-20 10:36:39] Beginning TopHat run (v2.1.1)[2024-08-20 10:36:39] Checking for Bowtie how to solve this problem |
I tried to run tophat v2.1.1 with bowtie v1.2.2.0 and got error messages like this.
The problem seems that tophat fails to generate
*_genome.bwt.samheader.sam
with bowtie1 because bowtie1 >= v1.2 cannot generate sam headers with the empty input.Here is some examples of bowtie1 output with
/dev/null
input.The text was updated successfully, but these errors were encountered: