TOPHAT error in mapping left_kept_reads step during a mapping with fusion search with bowtie1
0
0
Entering edit mode
6.4 years ago

I am trying to use tophat with single end fastq for fusion search. I got the bowtie indexes from tophat page and I tried this with also the new tophat version 2.1.1 but here is what is happening:

$ ~/bin/tophat-2.1.0.Linux_x86_64/tophat -p 10  -o ./tophat_HCC78  --bowtie1 --fusion-search --keep-fasta-order --no-coverage-search /References_data/References_genome/Homo_sapiens/hg19_tophatfusion_combined/hg19 ../../../fastq/HCC78_trimmed.fastq


[2017-12-13 15:30:36] Beginning TopHat run (v2.1.0)
-----------------------------------------------
[2017-12-13 15:30:36] Checking for Bowtie
                 Bowtie version:        1.2.1.1
[2017-12-13 15:30:36] Checking for Bowtie index files (genome)..
        Found both Bowtie1 and Bowtie2 indexes.
[2017-12-13 15:30:36] Checking for reference FASTA file
Warning: Could not find FASTA file /References_data/References_genome/Homo_sapiens/hg19_tophatfusion_combined/hg19.fa  
[2017-12-13 15:30:36] Reconstituting reference FASTA file from Bowtie index
Executing: /home/iarc/bin/bowtie-1.2.2-linux-x86_64/bowtie-inspect /References_data/References_genome/Homo_sapiens/hg19_tophatfusion_combined/hg19 > ./tophat_HCC78/tmp/hg19.fa
[2017-12-13 15:33:23] Generating SAM header for /References_data/References_genome/Homo_sapiens/hg19_tophatfusion_combined/hg19
[2017-12-13 15:33:26] Preparing reads
     left reads: min. length=20, max. length=371, 21300989 kept reads (196 discarded)
[2017-12-13 15:41:28] Mapping left_kept_reads to genome hg19 with Bowtie 
    [FAILED]
Error running bowtie:
Error while flushing and closing output
terminate called after throwing an instance of 'int'

Does anyone can help me??

fusion tophat bowtie • 2.8k views
ADD COMMENT
1
Entering edit mode

Not an answer, but an advice that you should use the newer aligners (e.g.: STAR, HISAT2).

ADD REPLY
0
Entering edit mode

So I have already used STAR-fusion and it worked... but I wanted to test it with tophat-fusion

ADD REPLY
1
Entering edit mode

Stick it to STAR then. No reason to go back to an older algorithm.

ADD REPLY
0
Entering edit mode

You should know that the old 'Tuxedo' pipeline of Tophat(2) and Cufflinks is no longer the "advisable" tool for RNA-seq analysis. The software is deprecated/ in low maintenance and should be replaced by HISAT2, StringTie and ballgown. See this paper: Transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown. (If you can't get access to that publication, let me know and I'll -cough- help you.) There are also other alternatives, including alignment with STAR and bbmap, or pseudo-alignment using salmon.

ADD REPLY

Login before adding your answer.

Traffic: 1868 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6