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
                Advancing Precision Medicine for Rare Diseases in Children
                by seqadmin




                Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                12-16-2024, 07:57 AM
              • seqadmin
                Recent Advances in Sequencing Technologies
                by seqadmin



                Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                Long-Read Sequencing
                Long-read sequencing has seen remarkable advancements,...
                12-02-2024, 01:49 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 12-17-2024, 10:28 AM
              0 responses
              26 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-13-2024, 08:24 AM
              0 responses
              42 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-12-2024, 07:41 AM
              0 responses
              28 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-11-2024, 07:45 AM
              0 responses
              42 views
              0 likes
              Last Post seqadmin  
              Working...
              X