Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Alessandro_S
    Junior Member
    • Jun 2014
    • 2

    Error running test in Tophat

    Hi everybody, I'm new to the RNA-seq data analysis world and I really need your help.
    Just one premise: I have poor experience in coding/programming.

    I'm using a Mac Pro (2 x 2.8 GHz Quad-core, 18GB RAM). I've installed SAM tools, Boost 1_55_0, Bowtie 2.2.3 and Tophat-2.0.12 (pre compiled for Mac OSX 64bit). I followed the installation instructions that I found in the corresponding manuals and I tested successfully Bowtie2.

    But when I tested Tophat (using the test_data file as suggested in the "getting started" manual), I came across this error:

    [2014-08-23 14:03:53] Beginning TopHat run (v2.0.12)
    -----------------------------------------------
    [2014-08-23 14:03:53] Checking for Bowtie
    Bowtie version: 2.2.2.0
    [2014-08-23 14:03:53] Checking for Samtools
    Samtools version: 0.1.16.0
    [2014-08-23 14:03:53] Checking for Bowtie index files (genome)..
    [2014-08-23 14:03:53] Checking for reference FASTA file
    [2014-08-23 14:03:53] Generating SAM header for test_ref
    [2014-08-23 14:03:53] Preparing reads
    left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    [2014-08-23 14:03:53] Mapping left_kept_reads to genome test_ref with Bowtie2
    [2014-08-23 14:03:53] Mapping left_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
    [2014-08-23 14:03:53] Mapping left_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
    [2014-08-23 14:03:53] Mapping left_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
    [2014-08-23 14:03:53] Mapping right_kept_reads to genome test_ref with Bowtie2
    [2014-08-23 14:03:54] Mapping right_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
    [2014-08-23 14:03:54] Mapping right_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
    [2014-08-23 14:03:54] Mapping right_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
    [2014-08-23 14:03:54] Searching for junctions via segment mapping
    [2014-08-23 14:03:54] Retrieving sequences for splices
    [2014-08-23 14:03:54] Indexing splices
    [2014-08-23 14:03:54] Mapping left_kept_reads_seg1 to genome segment_juncs with Bowtie2 (1/3)
    [2014-08-23 14:03:54] Mapping left_kept_reads_seg2 to genome segment_juncs with Bowtie2 (2/3)
    [2014-08-23 14:03:55] Mapping left_kept_reads_seg3 to genome segment_juncs with Bowtie2 (3/3)
    [2014-08-23 14:03:55] Joining segment hits
    [FAILED]
    Error running 'long_spanning_reads':
    And this is the long_spanning_reads.segs.log file:

    long_spanning_reads v2.0.12 (4277)
    --------------------------------------------
    Opening /dev/null for reading
    [samopen] SAM header is present: 1 sequences.
    Loading reference sequences...
    reference sequences loaded.
    Loading junctions...done
    Loading deletions...done
    Loading insertions...done
    dyld: lazy symbol binding failed: Symbol not found: __ZNSt15_List_node_base7_M_hookEPS_
    Referenced from: /***/***/***/***/long_spanning_reads
    Expected in: /usr/lib/libstdc++.6.dylib

    dyld: Symbol not found: __ZNSt15_List_node_base7_M_hookEPS_
    Referenced from: /***/***/***/***/long_spanning_reads
    Expected in: /usr/lib/libstdc++.6.dylib
    I've read several threads but I couldn't find an answer or a solution.

    Could you please help me? I have no idea of what is going on.

    Thank you,

    Alessandro.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    There *may* be a problem with published TopHat Mac binaries for some time, in terms of how they are linked to libraries. See this thread for related information: http://seqanswers.com/forums/showthread.php?t=45349

    Do you have the latest Xcode tools installed?

    Comment

    • Alessandro_S
      Junior Member
      • Jun 2014
      • 2

      #3
      Hi GenoMax,

      Thank you so much for your help.

      Switching to TopHat v.2.0.9 and Bowtie 2.1.0.0 solved the problem:

      [2014-08-25 09:08:17] Beginning TopHat run (v2.0.9)
      -----------------------------------------------
      [2014-08-25 09:08:17] Checking for Bowtie
      Bowtie version: 2.1.0.0
      [2014-08-25 09:08:17] Checking for Samtools
      Samtools version: 0.1.19.0
      [2014-08-25 09:08:17] Checking for Bowtie index files (genome)..
      Found both Bowtie1 and Bowtie2 indexes.
      [2014-08-25 09:08:17] Checking for reference FASTA file
      [2014-08-25 09:08:17] Generating SAM header for test_ref
      format: fastq
      quality scale: phred33 (default)
      [2014-08-25 09:08:18] Preparing reads
      left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
      right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
      [2014-08-25 09:08:18] Mapping left_kept_reads to genome test_ref with Bowtie2
      [2014-08-25 09:08:18] Mapping left_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
      [2014-08-25 09:08:18] Mapping left_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
      [2014-08-25 09:08:18] Mapping left_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
      [2014-08-25 09:08:19] Mapping right_kept_reads to genome test_ref with Bowtie2
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
      [2014-08-25 09:08:19] Searching for junctions via segment mapping
      [2014-08-25 09:08:19] Retrieving sequences for splices
      [2014-08-25 09:08:19] Indexing splices
      [2014-08-25 09:08:19] Mapping left_kept_reads_seg1 to genome segment_juncs with Bowtie2 (1/3)
      [2014-08-25 09:08:19] Mapping left_kept_reads_seg2 to genome segment_juncs with Bowtie2 (2/3)
      [2014-08-25 09:08:19] Mapping left_kept_reads_seg3 to genome segment_juncs with Bowtie2 (3/3)
      [2014-08-25 09:08:19] Joining segment hits
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg1 to genome segment_juncs with Bowtie2 (1/3)
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg2 to genome segment_juncs with Bowtie2 (2/3)
      [2014-08-25 09:08:19] Mapping right_kept_reads_seg3 to genome segment_juncs with Bowtie2 (3/3)
      [2014-08-25 09:08:19] Joining segment hits
      [2014-08-25 09:08:19] Reporting output tracks
      -----------------------------------------------
      [2014-08-25 09:08:19] A summary of the alignment counts can be found in ./tophat_out/align_summary.txt
      [2014-08-25 09:08:19] Run complete: 00:00:02 elapsed
      I'm still wondering if it's a problem related to my machine (my Xcode was updated) or with Tophat 2.0.12 pre-compiled release for MacOSX.

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        AFAIK the problem is with the latest pre-compiled OS X binaries for TopHat. Unfortunately no one from Tuxedo suite team seem to actively participate on this forum.
        Last edited by GenoMax; 08-25-2014, 08:18 AM.

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          They aren't even active in their own google group or in replying to bug reports. My rule of thumb is to give an issue 3-4 months before expecting a reply from them.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          27 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          24 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Working...