Hello All,
I built an index using Drosophila genes giving the bowtie-build command. This worked just fine and I got the six files. Then I ran Tophat from the same folder using the following command
tophat --solexa1.3-quals -p 4 GeneIndex path_to_reads
My reads are unpaired. The output says that the Tophat run was OK. There is nothing in the error file. However in the tophat_out folder, I get the following files and directories.
File: GeneIndex.fa
File: left_kept_reads.fq
Folders: log, tmp
Within these folders I do not find the files accepted.sam and junctions.bed. What am I doing wrong. Any suggestions?
Thank you
Abhijit
I built an index using Drosophila genes giving the bowtie-build command. This worked just fine and I got the six files. Then I ran Tophat from the same folder using the following command
tophat --solexa1.3-quals -p 4 GeneIndex path_to_reads
My reads are unpaired. The output says that the Tophat run was OK. There is nothing in the error file. However in the tophat_out folder, I get the following files and directories.
File: GeneIndex.fa
File: left_kept_reads.fq
Folders: log, tmp
Within these folders I do not find the files accepted.sam and junctions.bed. What am I doing wrong. Any suggestions?
Thank you
Abhijit
Comment