I am trying to find the unmapped reads by fusion-search in tophat, but When submit the command it shows some sort of warning, code is given below.
[skabdul@node102 Mo17]$ sh tophat.sh
[2018-11-06 20:00:15] Beginning TopHat run (v2.1.1)
-----------------------------------------------
[2018-11-06 20:00:15] Checking for Bowtie
Bowtie version: 1.1.2.0
[2018-11-06 20:00:16] Checking for Bowtie index files (genome)..
[2018-11-06 20:00:16] Checking for reference FASTA file
Warning: Could not find FASTA file ../Mo17/Ref-index.fa
[2018-11-06 20:00:16] Reconstituting reference FASTA file from Bowtie index
Executing: /public/home/software/opt/bio/software/Bowtie/1.1.2-foss-2016b/bin/bowtie-inspect ../Mo17/Ref-index > M1_tophat_fusion/tmp/Ref-index.fa
Also check the command if there is something wrong in it or not?
/tophat-2.1.1.Linux_x86_64/tophat -o M1_tophat_fusion -p 12 --fusion-search --bowtie1 --keep-fasta-order --no-coverage-search ../Mo17/Ref-index M1_PE400_R1.fq M1_PE400_R2.fq
I just drop this post from the senior developer here, so you may consider to change to a more recent tool like STAR or HISAT2.
I think op is looking for fusion transcripts, which hisat lacks as of now. May be that user can use star fusion
I think there is no star-fusion , I am using tophat for circexplorer2 software, I search that websiter, the pipeline has not star-fusion.
https://github.com/STAR-Fusion/STAR-Fusion/wiki
I am looking for fusion search to collect the unmapped reads. Its very slow I dont know whats the problem.
are these solid reads? If not, let tophat use bowtie 2 instead of bowtie 1.