I used the following command to run tophat
tophat -G $RPATH/ED.gtf -o $RPATH/tophat/E1 $RPATH/bowtie/ED ..../E1_L5.fastq, $RPATH/.../E1_L6.fastq
and I am getting the following error. If I remove GTF file from the command, it is running perfectly without any error.
[2015-01-10 16:10:40] Beginning TopHat run (v2.0.12)
-----------------------------------------------
[2015-01-10 16:10:40] Checking for Bowtie
Bowtie version: 2.2.2.0
[2015-01-10 16:10:40] Checking for Samtools
Samtools version: 0.1.19.0
[2015-01-10 16:10:40] Checking for Bowtie index files (genome)..
[2015-01-10 16:10:40] Checking for reference FASTA file
Warning: Could not find FASTA file .../bowtie/ED.fa
[2015-01-10 16:10:40] Reconstituting reference FASTA file from Bowtie index
Executing: /util/opt/bowtie/2.2/bowtie2-inspect .../bowtie/ED > .../tophat/E1/tmp/ED.fa
[2015-01-10 16:10:41] Generating SAM header for .../bowtie/ED
[2015-01-10 16:10:42] Reading known junctions from GTF file
[2015-01-10 16:10:43] Preparing reads
left reads: min. length=100, max. length=100, 14298526 kept reads (1494 discarded)
[2015-01-10 16:19:24] Building transcriptome data files .../tophat/E1/tmp/ED
[2015-01-10 16:19:24] Building Bowtie index from ED.fa
[FAILED]
Error: Couldn't build bowtie index with err = 1
Hi,
I am facing this problem and using ssh can any body help me I am new to it
Please edit your post and add the command you used.
Hi all,
Here is my genome
Here is my annotation
but I still have the same error
Please help me to fix this. Thanks a lot!