Hi there,
I'm running a medaka 75bp paired end dataset through tophat. I am currently using the ensembl genome and the ensembl genome annotation. However I get the following output when I run it.
The output showed no slice junctions and no rpkm values for the genes. Initially I thought it was a previously reported error about the reference names having spaces so I removed spaces from the fasta header but to no avail. Any suggestions as to what is wrong ?
Here is the command I used:
Thanks!
I'm running a medaka 75bp paired end dataset through tophat. I am currently using the ensembl genome and the ensembl genome annotation. However I get the following output when I run it.
[Sun Oct 11 19:29:55 2009] Beginning TopHat run (v1.0.9)
-----------------------------------------------
[Sun Oct 11 19:29:55 2009] Preparing output location s6_genome/
[Sun Oct 11 19:29:55 2009] Checking for Bowtie index files
[Sun Oct 11 19:29:55 2009] Checking for reference FASTA file
[Sun Oct 11 19:29:55 2009] Checking for Bowtie
Bowtie version: 0.10.0.0
[Sun Oct 11 19:29:55 2009] Checking reads
seed length: 76bp
format: fastq
quality scale: --solexa-quals
[Sun Oct 11 19:33:18 2009] Reading known junctions from GFF file
Warning: TopHat did not find any junctions in GFF file
Splitting reads into 3 segments
[Sun Oct 11 19:38:24 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 19:57:30 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 20:16:46 2009] Mapping reads against medaka_ens_v2 with Bowtie
Splitting reads into 3 segments
[Sun Oct 11 20:38:29 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 20:57:22 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 21:16:32 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 21:35:27 2009] Searching for junctions via segment mapping
Warning: junction database is empty!
[Sun Oct 11 21:36:14 2009] Joining segment hits
[Sun Oct 11 21:38:35 2009] Joining segment hits
[Sun Oct 11 21:40:52 2009] Reporting output tracks
-----------------------------------------------
-----------------------------------------------
[Sun Oct 11 19:29:55 2009] Preparing output location s6_genome/
[Sun Oct 11 19:29:55 2009] Checking for Bowtie index files
[Sun Oct 11 19:29:55 2009] Checking for reference FASTA file
[Sun Oct 11 19:29:55 2009] Checking for Bowtie
Bowtie version: 0.10.0.0
[Sun Oct 11 19:29:55 2009] Checking reads
seed length: 76bp
format: fastq
quality scale: --solexa-quals
[Sun Oct 11 19:33:18 2009] Reading known junctions from GFF file
Warning: TopHat did not find any junctions in GFF file
Splitting reads into 3 segments
[Sun Oct 11 19:38:24 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 19:57:30 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 20:16:46 2009] Mapping reads against medaka_ens_v2 with Bowtie
Splitting reads into 3 segments
[Sun Oct 11 20:38:29 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 20:57:22 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 21:16:32 2009] Mapping reads against medaka_ens_v2 with Bowtie
[Sun Oct 11 21:35:27 2009] Searching for junctions via segment mapping
Warning: junction database is empty!
[Sun Oct 11 21:36:14 2009] Joining segment hits
[Sun Oct 11 21:38:35 2009] Joining segment hits
[Sun Oct 11 21:40:52 2009] Reporting output tracks
-----------------------------------------------
Here is the command I used:
tophat -o s6_genome -m 2 --solexa-quals -p 4 -G /data/tmp/warren/medaka_ensembl.gff3 -r 250 /data/tmp/warren/med_ens_gen_v2/medaka_ens_v2 /data/tmp/warren/new_data/s_6_1_sequence.txt /data/tmp/warren/new_data/s_6_2_sequence.txt
Thanks!
Comment