Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • DrD2009
    Member
    • Oct 2009
    • 88

    Cufflink installation problem for Linux

    Hey Guys,
    I am trying to install "Cufflink" in Linux machine but it is throwing an error "Cannot execute.exe file" every time, I try to execute Cufflinks.exe or any other exe files.

    Please help me if anyone know how to handle this..

    Thank you.
  • hdchen
    Junior Member
    • Nov 2009
    • 2

    #2
    I think .exe file is for windows, not Linux. I'm not a Linux guy and I'm not sure.

    Comment

    • drio
      Senior Member
      • Oct 2008
      • 323

      #3
      Originally posted by DrD2009 View Post
      Hey Guys,
      I am trying to install "Cufflink" in Linux machine but it is throwing an error "Cannot execute.exe file" every time, I try to execute Cufflinks.exe or any other exe files.

      Please help me if anyone know how to handle this..

      Thank you.
      Make sure you get the Linux binary:

      -drd

      Comment

      • BioTalk
        Member
        • Feb 2010
        • 43

        #4
        It's a Linux Binary but it is not working.

        Can someone please write step wise commands/procedure to make it work!!

        Thank you

        Comment

        • Boel
          Member
          • Oct 2009
          • 62

          #5
          step wise

          Download cufflinks-0.8.1.Linux_x86_64.tar.gz
          Untar it: tar xvfz cufflinks-0.8.1.Linux_x86_64.tar.gz
          Move cufflinks and cuffcompare to your PATH.

          Comment

          • Xi Wang
            Senior Member
            • Oct 2009
            • 317

            #6
            Originally posted by BioTalk View Post
            It's a Linux Binary but it is not working.

            Can someone please write step wise commands/procedure to make it work!!

            Thank you
            How do you know it's a Linux Binary? Where did you get it?
            Xi Wang

            Comment

            • BioTalk
              Member
              • Feb 2010
              • 43

              #7
              Originally posted by Boel View Post
              Download cufflinks-0.8.1.Linux_x86_64.tar.gz
              Untar it: tar xvfz cufflinks-0.8.1.Linux_x86_64.tar.gz
              Move cufflinks and cuffcompare to your PATH.
              Here is the step wise method what I did :

              1. I downloaded Cufflinks-0.8.1.Linux_x86_64.tar.gz
              2. Untar Cufflinks-0.8.1.Linux_x86_64.tar.gz
              3. Moved cufflinks and cuffcompare to the path
              4. tried to execute Cufflinks and cuffcompare with ./cufflinks and ./cuffcompare respectively.
              5. Also I tried to give input of sam file with the command cuffliinks test_data.sam

              But it is throwing the error "Cannot execute binary file" every time I write any command. Please let me know if there are some other commands to work with it.

              Thank you

              Comment

              • Xi Wang
                Senior Member
                • Oct 2009
                • 317

                #8
                Originally posted by BioTalk View Post
                Here is the step wise method what I did :

                1. I downloaded Cufflinks-0.8.1.Linux_x86_64.tar.gz
                2. Untar Cufflinks-0.8.1.Linux_x86_64.tar.gz
                3. Moved cufflinks and cuffcompare to the path
                4. tried to execute Cufflinks and cuffcompare with ./cufflinks and ./cuffcompare respectively.
                5. Also I tried to give input of sam file with the command cuffliinks test_data.sam

                But it is throwing the error "Cannot execute binary file" every time I write any command. Please let me know if there are some other commands to work with it.

                Thank you

                EDIT: you may use the 32-bit system. I just tried a 32 bit system, it threw this error.
                you should download the source code, and compile it yourself.
                Last edited by Xi Wang; 02-16-2010, 07:56 AM.
                Xi Wang

                Comment

                • BioTalk
                  Member
                  • Feb 2010
                  • 43

                  #9
                  Originally posted by Xi Wang View Post
                  You need to change the files executable by the command chmod.
                  With the command Chmod I came to know that the file is executable, but I dont know the exact command, I should write to execute it.

                  Comment

                  • BioTalk
                    Member
                    • Feb 2010
                    • 43

                    #10
                    32- Bit system..How can I try it?

                    Thank you

                    Comment

                    • Xi Wang
                      Senior Member
                      • Oct 2009
                      • 317

                      #11
                      Originally posted by BioTalk View Post
                      32- Bit system..How can I try it?

                      Thank you
                      * Download this package:


                      * Untar the package
                      * cd the dir cufflinks-0.8.1
                      * type ./configure
                      * type make
                      * type make install

                      If no error, it is installed successfully.
                      Xi Wang

                      Comment

                      • BioTalk
                        Member
                        • Feb 2010
                        • 43

                        #12
                        Originally posted by Xi Wang View Post
                        * Download this package:


                        * Untar the package
                        * cd the dir cufflinks-0.8.1
                        * type ./configure
                        * type make
                        * type make install

                        If no error, it is installed successfully.
                        Thanks Xi Wang. Looks like it is working but I got an error in the middle of installation that "We could not detect the boost lib with version 1.38 or higher."

                        So I tried to find Boost library for Linux, but it looks like there isn't any or probably any spececific out of the list.


                        Thank you.

                        Comment

                        • Xi Wang
                          Senior Member
                          • Oct 2009
                          • 317

                          #13
                          For boost, download this file


                          And follow the instruction in the dir after untar the package.
                          Xi Wang

                          Comment

                          • BioTalk
                            Member
                            • Feb 2010
                            • 43

                            #14
                            Hey Guys,

                            I am still not able to configure cufflinks. It is constantly throwing me an error eventhough I downloaded and latest version of boost and tryed to add it to its path:

                            The error is: "We could not detect the boost library(version1.38 or higher). If you have a stages boost library(still not installed) please specify $boost_root in your envireonment and do not give a PATH to --with-bost option. IF you are sure you have boost installed, then check 7youe version number looking in<boost/version.hpp>"

                            I think I am doing some silly mistake but don't know what? PLease write stepwise command so that my cufflinks starts working...!!

                            Comment

                            • drio
                              Senior Member
                              • Oct 2008
                              • 323

                              #15
                              Originally posted by BioTalk View Post
                              Hey Guys,

                              I am still not able to configure cufflinks. It is constantly throwing me an error eventhough I downloaded and latest version of boost and tryed to add it to its path:

                              The error is: "We could not detect the boost library(version1.38 or higher). If you have a stages boost library(still not installed) please specify $boost_root in your envireonment and do not give a PATH to --with-bost option. IF you are sure you have boost installed, then check 7youe version number looking in<boost/version.hpp>"

                              I think I am doing some silly mistake but don't know what? PLease write stepwise command so that my cufflinks starts working...!!
                              The software requires the Boost library (C++). Did you download the library prior to try to configure the software?
                              -drd

                              Comment

                              Latest Articles

                              Collapse

                              • seqadmin
                                New Genomics Tools and Methods Shared at AGBT 2025
                                by seqadmin


                                This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                                The Headliner
                                The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                                03-03-2025, 01:39 PM
                              • seqadmin
                                Investigating the Gut Microbiome Through Diet and Spatial Biology
                                by seqadmin




                                The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                                02-24-2025, 06:31 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, Yesterday, 05:03 AM
                              0 responses
                              16 views
                              0 reactions
                              Last Post seqadmin  
                              Started by seqadmin, 03-19-2025, 07:27 AM
                              0 responses
                              16 views
                              0 reactions
                              Last Post seqadmin  
                              Started by seqadmin, 03-18-2025, 12:50 PM
                              0 responses
                              17 views
                              0 reactions
                              Last Post seqadmin  
                              Started by seqadmin, 03-03-2025, 01:15 PM
                              0 responses
                              185 views
                              0 reactions
                              Last Post seqadmin  
                              Working...