Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TopHat: no GFF3_file.expr in the output

    Can you please help me to figure out why the “GFF3_file.expr” was not generated without getting any error message?
    I had someone made me a GFF3 file from the KnowGene table; the first lines look like this:


    ##gff-version 3
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC gene 1115 4121 0 + 0 ID=uc001aaa.2gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC mRNA 1115 4121 0 + 0 ID=uc001aaa.2mRNA;Parent=uc001aaa.2gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 1115 2090 0 + 0 ID=uc001aaa.2exon1;Parent=uc001aaa.2mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 2475 2584 0 + 0 ID=uc001aaa.2exon2;Parent=uc001aaa.2mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 3083 4121 0 + 0 ID=uc001aaa.2exon3;Parent=uc001aaa.2mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC gene 1115 4272 0 + 0 ID=uc009vip.1gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC mRNA 1115 4272 0 + 0 ID=uc009vip.1mRNA;Parent=uc009vip.1gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 1115 2090 0 + 0 ID=uc009vip.1exon1;Parent=uc009vip.1mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 2475 4272 0 + 0 ID=uc009vip.1exon2;Parent=uc009vip.1mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC gene 4268 14764 0 - 0 ID=uc001aab.2gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC mRNA 4268 14764 0 - 0 ID=uc001aab.2mRNA;Parent=uc001aab.2gene
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 4268 4692 0 - 0 ID=uc001aab.2exon1;Parent=uc001aab.2mRNA
    gi|89161185|ref|NC_000001.9|NC_000001 UCSC exon 4832 4901 0 - 0 ID=uc001aab.2exon2;Parent=uc001aab.2mRNA


    I ran TopHat with the following command:

    tophat -r 200 /myDir/bowtie-0.9.9.3/indexes/h_sapiens_asm s_7_1.fastq s_7_2.fastq -G GFF3_knownGene

  • #2
    Hi Joseph,

    All of the options need to be specified before the index and reads in the command. If you run it like this:

    tophat -G GFF3_knownGene -r 200 /myDir/bowtie-0.9.9.3/indexes/h_sapiens_asm s_7_1.fastq s_7_2.fastq

    You should get a non-empty .expr file.

    Comment


    • #3
      Error: Report generation failed

      Originally posted by Cole Trapnell View Post
      Hi Joseph,

      All of the options need to be specified before the index and reads in the command. If you run it like this:

      tophat -G GFF3_knownGene -r 200 /myDir/bowtie-0.9.9.3/indexes/h_sapiens_asm s_7_1.fastq s_7_2.fastq

      You should get a non-empty .expr file.
      Hi Cole
      I still don’t see an .expr file.
      Here is the content of tophat_out
      ls
      GFF3_knownGene.juncs junctions.bed left_kept_reads.fq.candidate_hits.sam right_kept_reads.fq
      accepted_hits.sam knownGene.juncs logs right_kept_reads.fq.candidate_hits.sam
      coverage.wig left_kept_reads.fq repeat_reads.fa tmp


      tophat -G GFF3_knownGene -r 200 /MyDir/bowtie-0.9.9.3/indexes/h_sapiens_asm s_7test_1.fastq s_7test_2.fastq

      [Wed Jun 3 09:30:42 2009] Beginning TopHat run (v1.0.8)
      -----------------------------------------------
      [Wed Jun 3 09:30:42 2009] Preparing output location ./tophat_out/
      [Wed Jun 3 09:30:42 2009] Checking for Bowtie index files
      [Wed Jun 3 09:30:42 2009] Checking for reference FASTA file
      [Wed Jun 3 09:30:42 2009] Checking for Bowtie
      Bowtie version: 0.9.9.3
      [Wed Jun 3 09:30:42 2009] Checking reads
      seed length: 36bp
      format: fastq
      quality scale: phred
      [Wed Jun 3 09:30:42 2009] Reading known junctions from GFF file
      Warning: TopHat did not find any junctions in GFF file
      Splitting reads into 1 segments
      [Wed Jun 3 09:31:01 2009] Mapping reads against h_sapiens_asm with Bowtie
      Splitting reads into 1 segments
      [Wed Jun 3 09:31:12 2009] Mapping reads against h_sapiens_asm with Bowtie
      [Wed Jun 3 09:31:21 2009] Searching for junctions via coverage islands
      [Wed Jun 3 09:34:58 2009] Searching for junctions via mate-pair closures
      [Wed Jun 3 09:39:55 2009] Retrieving sequences for splices
      [Wed Jun 3 09:42:17 2009] Indexing splices
      [Wed Jun 3 09:42:17 2009] Mapping reads against segment_juncs with Bowtie
      [Wed Jun 3 09:42:18 2009] Joining segment hits
      [Wed Jun 3 09:42:18 2009] Mapping reads against segment_juncs with Bowtie
      [Wed Jun 3 09:42:18 2009] Joining segment hits
      [Wed Jun 3 09:42:18 2009] Reporting output tracks
      [FAILED]
      Error: Report generation failed
      M1-80330:test jdhahbi$

      Comment


      • #4
        Can you please email me the logs directory?

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Yesterday, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 07:17 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X