Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • andpet
    Member
    • Jul 2008
    • 27

    #16
    maq getting started

    Ahhh,

    sorry but I usually don't work with Macs so I can't really help you. However I have some thoughts about your last error message:

    It seems that you are trying to compile a 64bit version of maq by linking a 32bit library which can't work. You could try two things:

    1)
    make clean
    set the environment variable CC to "gcc -m32" (I assume gcc is your compiler)
    ./configure
    make

    2)
    make clean
    edit the file Makefile.generic and look for CFLAGS; change -m64 into -m32
    make -f Makefile.generic


    Hmm, I don't know if that really helps you. You could also ask the author of maq for a compiled binary for your Mac.

    Maybe one of the other mac users in this forum can help you out ...

    Wish you luck ,

    Andreas

    Comment

    • alig
      Member
      • Sep 2008
      • 44

      #17
      To Andreas,

      actually you did help me, so thank you, thank you.

      you are quite correct that I was trying to compile a 64bit version of maq by linking a 32bit library.

      Editing the Makefile.generic at CFLAGS did solve the problem.

      I now just have to find some example data to trial the program with while I wait for our sequence to come.

      thanks very much again

      alig

      Comment

      • vibhavashukla
        Junior Member
        • Feb 2009
        • 1

        #18
        easy run failed

        hi while running maq-0.6.8 in easy run command i am getting this error msg.
        fail to run command '(cd easyrun; /usr/local/bin/maq map -n 2 -e 70 -u [email protected] [email protected] ref.bfa [email protected] 2> [email protected])' at ../maq-0.6.8/scripts/maq.pl line 842
        can any one tell me the possible reason for this failed msg?

        Comment

        • kunalfab
          Junior Member
          • Oct 2009
          • 2

          #19
          Same error here...

          -- 0 potential soa-indels pass the filter.
          -- 2 potential pe-indels pass the filter.
          -- CMD: (cd easyrun; ln -s cns.final.snp cns.filter.snp)
          ln: creating symbolic link `cns.filter.snp': File exists
          ** fail to run command '(cd easyrun; ln -s cns.final.snp cns.filter.snp)' at /usr/local/bin/maq.pl line 842.
          ** fail to run command '(cd maqdemo; /usr/local/bin/maq.pl easyrun -p -d easyrun ref.bfa r1.fq r2.fq)' at /usr/local/bin/maq.pl line 842.

          I am new to MAQ... as well as to this forum, so kindly forgive me if i go wrong somewhere...
          and kindly help in solving the above error..

          Comment

          • andpet
            Member
            • Jul 2008
            • 27

            #20
            --> ln: creating symbolic link `cns.filter.snp': File exists <--

            The script tries to create a link cns.filter.snp to the file cns.final.snp. However this is not possible if the link already exists. A linux thing ...

            Simply remove all files that were created by an previous maq.pl run and try again ...

            Andreas

            Comment

            • kunalfab
              Junior Member
              • Oct 2009
              • 2

              #21
              running maq on linux ubuntu 32 bit

              Thanks for the reply andpet, yes what you mentioned is true and in the above case the problem was because of that only.
              I had tried running after clearing the existing output files. I would like to first mention here that i am now able to successfully execute the MAQ demo. I would also like to share another piece of experience here:
              I am working on a 32 bit core 2 duo, Linux machine.
              Though I was able to run the maq v0.6.8 executables, directly downloaded from the sourceforge download page, i was unable to run this version compiled from source code on my machine.
              Invariably I was getting stuck at the following error during execution:

              ---------------------------------------------------------------------------------------------------
              *** buffer overflow detected ***: /home/.../maq-0.7.1/scripts/maq terminated

              .
              .
              .

              ** fail to run command '(cd maqdemo; /home/.../maq-0.7.1/scripts/maq simustat easyrun/all.map > eval.simustat)' at ./maq.pl line 842.
              ---------------------------------------------------------------------------------------------------

              Later I discovered that it was coming because of a compile time optimization parameter in the Makefile.generic:

              CFLAGS= -g -Wall -O2 -m64 # comment out `-m64' for 32-bit compilation

              removed the '-O2' from the above flag and changed -m64 to -m32 (as mentioned in other posts) and compiled the source code. This solved the purpose and ran the executable to completion.
              Last edited by kunalfab; 11-04-2009, 10:44 PM.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              18 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              24 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              37 views
              0 reactions
              Last Post SEQadmin2  
              Working...