Mapping the RNA-seq reads to reference genome:
tophat --GTF Mus_musculus/UCSC/mm9/Annotation/Genes/genes.gtf Mus_musculus/UCSC/mm9/Sequence/Bowtie2Index/genome SRR1508783_1.fastq SRR1508783_2.fastq
There are only three file in the tophat_out
:
logs prep_reads.info tmp
I do not know where are the accepted_hits.bam
,junctions.bed
, accepted_hits.bam
files.
or I use tophat in the wrong way.
I want to do it again, and try to get the parameter -r
. But I can not find the fragments length.
Just know this is a pair-end data(101bp,99bp).
Hello I am experiencing the same issue as the OP. I have increased the memory as you have suggested. My command line looks like this:
Unfortunately I am still experiencing what the OP was experiencing in terms of output files and lacking
accepted_hits.bam
files. There are no errors. It is still running and these are my current output results:What else can I do?
-EDIT Please disregard I found the problem