Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • vinay052003
    Member
    • Jan 2010
    • 59

    TopHat installation

    I was trying to install TopHat on my Mac Osx machine. The configuration results from ./configure for TopHat are:

    -- tophat 1.3.3 Configuration Results --
    C compiler: gcc -Wall -Wno-strict-aliasing -arch x86_64 -O3 -DNDEBUG
    C++ compiler: g++ -Wall -Wno-strict-aliasing -arch x86_64 -O3 -DNDEBUG -I/Users/vmittal3/usr/local/include
    GCC version: gcc (GCC) 4.6.0
    Host System type: i686-apple-darwin10.6.0
    Install prefix: /Users/vmittal3/usr/local
    Install eprefix: ${prefix}

    See config.h for further configuration information.
    Email <[email protected]> with questions and bug reports.


    It works fine till this point but once I do "make", it terminates with the following errors:

    make all-recursive
    Making all in src
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -Wno-strict-aliasing -arch x86_64 -O3 -DNDEBUG -I/Users/me_user/usr/local/include -I./SeqAn-1.2 -Wall -Wno-strict-aliasing -arch x86_64 -O3 -DNDEBUG -I/Users/me_user/usr/local/include -MT reads.o -MD -MP -MF ".deps/reads.Tpo" -c -o reads.o reads.cpp; \
    then mv -f ".deps/reads.Tpo" ".deps/reads.Po"; else rm -f ".deps/reads.Tpo"; exit 1; fi
    g++: error: x86_64: No such file or directory
    g++: error: x86_64: No such file or directory
    g++: error: unrecognized option '-arch'
    g++: error: unrecognized option '-arch'
    make[2]: *** [reads.o] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2


    Any suggestions? Thanks.
  • Jon_Keats
    Senior Member
    • Mar 2010
    • 279

    #2
    Watch the -arch format, there use to be a typo in the manual not sure if it got fixed. These instruction have worked in the past (http://seqanswers.com/forums/showthr...?t=4589&page=3)

    Comment

    • vinay052003
      Member
      • Jan 2010
      • 59

      #3
      Hi John,
      Thanks for the reply. Where is the typo.. could you please elaborate? Also, I couldn't find TopHat installation help on the link you provided.

      Comment

      • Jon_Keats
        Senior Member
        • Mar 2010
        • 279

        #4
        The tophat install instructions are on the #42 reply, second one. The typo in the old manual regarded the install of boost and how to note the x86_64 environment. Can't remember the exact specifics but it took me a while to figure out why it was not working.

        Regarding your problem
        1) Do you have Xcode install or are you using a different compiler?
        2) What machine are you using (looks like a Mac, if so as long as it has intel processors not old power PC the instructions on the thread have worked

        looks at the difference in config results

        Code:
         C compiler:          gcc -Wall -arch x86_64 -O3  -DNDEBUG
          C++ compiler:        g++ -Wall -arch x86_64 -O3  -DNDEBUG -I/Users/jkeats/local/include
          GCC version:         i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
          Host System type:    i386-apple-darwin10.8.0
          Install prefix:      /Users/jkeats/local
          Install eprefix:     ${prefix}

        Comment

        • Carlos Borroto
          Member
          • Mar 2011
          • 19

          #5
          I have being promoting Homebrew(http://mxcl.github.com/homebrew/) as an easy way to install tools on Mac OS X, I personally took into getting several formulas for the most common used tools approved. I test them in 'Snow Leopard' and 'Lion' and I try to keep them updated. If you decide to go this route, after install Homebrew, you could do something like:
          Code:
          brew install tophat
          There are a few other tools there already, among them:
          cufflinks
          bowtie
          samtools (which will get automatically installed as a dependency for tophat or cufflinks)
          tabix
          bwa
          plink
          velvet
          bedtools

          I would love to see this list to grow.

          Hope it helps,
          Carlos
          Last edited by Carlos Borroto; 11-21-2011, 09:46 AM.

          Comment

          • vinay052003
            Member
            • Jan 2010
            • 59

            #6
            Hi John and Carlos,
            Thanks a lot for your help. Actually you are true John, there is an error in the Boost installation command on the TopHat manual page: "address_model" should be "address-model".
            For the mac installation, I figured that TopHat wasn't installing properly because of the mismatched system variables and their expected values between the TopHat config file and system variables (I am using Mac OSx 10.6).
            Configure file expects "-arch x86_64" while my system had actually "-march=x86-64". I replaced it in the TopHat config file and then the compilation was successful.

            Comment

            Latest Articles

            Collapse

            • 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
            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 11:08 AM
            0 responses
            6 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            11 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            19 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            53 views
            0 reactions
            Last Post SEQadmin2  
            Working...