Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • genome1
    Member
    • Oct 2013
    • 12

    #1

    Problem in configuring TopHat

    I am trying to analyze data generated from RNA-seq experiments. I am trying to align the RNA-Seq reads to the genome using TopHat. But, I have got struck while installing the TopHat! To begin with I have downloaded the following packages:
    tophat-2.1.0.tar.gz
    samtools-0.1.19.tar.bz2
    boost_1_54_0.zip

    I have unpacked all the packages.
    For samtools: I have copied all C-header files in samtools-0.1.19/install/include/bam Then I copied the libbam.a file in samtools-0.1.19/install/lib

    For boost: I have used the following commands:
    $./bootstrap.sh
    $./b2 install --prefix=PREFIX

    For TopHat: I have used the command line:
    $./configure --prefix=/path/to/tophat-2.1.0 --with-boost=/path/to/boost_1_54_0/PREFIX --with-bam=/path/to/samtools-0.1.19/install

    But I am getting an error message. The last few lines of the error are as follows:
    ................
    checking for python script directory... ${prefix}/lib/python2.6/site-packages
    checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
    checking for boostlib >= 1.38.0... yes
    checking for bamlib... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking whether the Boost::Thread library is available... yes
    checking for exit in -lboost_thread... no
    checking for exit in -lboost_thread... (cached) no
    checking for exit in -lboost_thread... (cached) no
    checking for exit in -llibboost_thread.a... no
    configure: error: Could not link against libboost_thread.a !

    Can anybody help me to identify the problem? What should be done to overcome this error. I have tried the same in both x86_64 Ubuntu system, but got the same error all the time!!

    My 2nd query is that after my previous command when I try to use "make" command it shows:
    make: *** No targets specified and no makefile found. Stop.

    Is it due to not properly configuring the TopHat and hence not been able to create "makefile"?
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Why don't you just make your life easier and download the precompiled executable?

    Comment

    • genome1
      Member
      • Oct 2013
      • 12

      #3
      Hi dpryan,

      Can you kindly tell me in details!

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Sure, you can just download the gzipped tar file here. Apparently they never precompiled 2.1.0, but I also don't see an update on the website about that.

        BTW, "make" didn't work in your original post because the ./configure step failed (it makes the Makefile). That failed because it doesn't like something about the library path for boost. I'd have to quickly try to compile that locally to see if I can find out what's going wrong there.

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          Use this link to download the pre-compiled ready to run version: http://tophat.cbcb.umd.edu/downloads..._x86_64.tar.gz

          It also appears to be available via ubuntu software center in 13.10. Not the latest version but close (2.0.8b).
          Last edited by GenoMax; 10-24-2013, 03:24 AM.

          Comment

          • genome1
            Member
            • Oct 2013
            • 12

            #6
            Thanks dpryan and GenoMax, it is working now.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              How Immunogenomics Decodes Immunity’s Genetic Blueprint
              by SEQadmin2




              The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

              This convergence of genetics, immunology, and computation...
              Today, 05:41 AM
            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 08-24-2026, 10:32 AM
            0 responses
            42 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-20-2026, 11:17 AM
            0 responses
            47 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-18-2026, 10:05 AM
            0 responses
            52 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-13-2026, 12:22 PM
            0 responses
            50 views
            0 reactions
            Last Post SEQadmin2  
            Working...