Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #46
    Hi
    You can upload your own genomes into the IGV. Just upload the exact same fasta file as you aligned to using MAQ.

    Comment


    • #47
      Thanks, I'll have a go!

      Comment


      • #48
        Originally posted by Lspoor View Post
        g++ -g -O2 -o maqview read_cache.o view_goto.o view_panel.o gl_gui.o MainFrame.o btree.o maqmap_index.o zrio.o stdhashc.o cns_cache.o const.o adler32.o compress.o crc32.o deflate.o gzio.o inffast.o inflate.o infback.o inftrees.o trees.o uncompr.o zutil.o -lGL -lglut -lm
        view_panel.o: In function `resetPickMatrixs':
        /usr/local/bin/maqview/view_panel.c:270: undefined reference to 'gluPickMatrix'
        You probably don't have the "glut" libraries installed, or an old version of them. If you are on an RPM based system (Redhat/Suse/...) you may need to install the "mesa-libGLU-devel" package, or equivalent.

        Comment


        • #49
          I have freeglut3-dev and assoc packages installed on the newest version of Ubuntu? Not sure if I need to try another type of GLUT-dev package?

          Comment


          • #50
            Originally posted by Lspoor View Post
            Iam also getting the following error when typing in the "make" command as the last step to install the latest version of MAQVIEW, does anyone know what it means?

            g++ -g -O2 -o maqview read_cache.o view_goto.o view_panel.o gl_gui.o MainFrame.o btree.o maqmap_index.o zrio.o stdhashc.o cns_cache.o const.o adler32.o compress.o crc32.o deflate.o gzio.o inffast.o inflate.o infback.o inftrees.o trees.o uncompr.o zutil.o -lGL -lglut -lm
            view_panel.o: In function `resetPickMatrixs':
            /usr/local/bin/maqview/view_panel.c:270: undefined reference to `gluPickMatrix'
            collect2: ld returned 1 exit status
            make[1]: *** [maqview] Error 1
            make[1]: Leaving directory `/usr/local/bin/maqview'
            make: *** [all] Error 2
            I found that you have to add "-lGLU" to get it to compile, change this line in the Makefile:
            GLLIBS = -lGL -lglut -lm

            to this:
            GLLIBS = -lGL -lglut -lGLU -lm

            Comment


            • #51
              Hi everyone,

              I'm trying to install maqview, but I get the

              I have the same problem
              view_panel.o: In function `resetPickMatrixs':
              /home/athena/Desktop/TMP/runHMAQ/maqview-0.2.1/view_panel.c:270: undefined reference to `gluPickMatrix'
              collect2: ld returned 1 exit status
              make[1]: *** [maqview] Error 1


              changing it to GLLIBS = -lGL -lglut -lGLU -lm didn't help

              any idea?

              I'm new to all this, and I'm trying to install 0.2.1 version. and I'm using a 32 bit ubuntu

              Thanks, I'm stuck!
              ----
              later : Actually it did help!
              I was just running everything from scratch eachtime
              every time u run ./configure, it makes Makefile again,, so after running ./configure. change Makefile, and then run make, or I'm guessing change makefile.generic, so the new makefile would be the modified version
              Last edited by Ms@New; 07-21-2010, 08:53 PM.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM
              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Yesterday, 11:49 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-24-2024, 08:47 AM
              0 responses
              16 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              61 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Working...
              X