Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lindseyjane
    Member
    • Apr 2009
    • 28

    #91
    MapView not working for paired reads

    Hello,

    I would like to visualise some paired reads data using MapView. I have tried to use MVFmaker and choose the checkbox of Paired-end data. However, this checkbox is greyed out and I cannot select it.

    I am using MapView version 3.4.1 under ubuntu, using mono, and it seems to work fine otherwise. Can anyone tell me how to create the MVF file for my paired reads? Thanks.

    Comment

    • WJW-Davy
      Member
      • Feb 2009
      • 23

      #92
      Originally posted by lindseyjane View Post
      Hello,

      I would like to visualise some paired reads data using MapView. I have tried to use MVFmaker and choose the checkbox of Paired-end data. However, this checkbox is greyed out and I cannot select it.

      I am using MapView version 3.4.1 under ubuntu, using mono, and it seems to work fine otherwise. Can anyone tell me how to create the MVF file for my paired reads? Thanks.
      Paired reads data is only supported for SOAP format.
      WJW-Davy
      HomePage: http://hi.baidu.com/wjwdavy
      Download Center: https://sites.google.com/site/wjwdavy/

      Comment

      • strob
        Member
        • Nov 2008
        • 84

        #93
        Is this table still up to date?

        Comment

        • yina
          Junior Member
          • Jul 2009
          • 6

          #94
          Hi,

          Mapview is a wonderfull tool, but i was wondering, is it possible to visualize, in a single file, the frequency of each base of all the positions in the reference??

          Comment

          • yvan.wenger
            Member
            • Aug 2009
            • 30

            #95
            unrar problem?

            Hello,
            I*downloaded mapview, I*can see the files in the archive using the ubuntu 9.04 archive manager, but impossible to extract the files... Is there a password? the archive manager does like if it extracts it but the the files are not there in the end. If using the terminal, that is what I*get:

            ~/Desktop$ unrar -x mapview.rar

            unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers


            Extracting from /home/yvan/Desktop/mapview.rar

            Extracting readme.txt Failed
            Extracting MVFmaker_NewFormat.txt Failed
            Extracting MapView.exe Failed
            3 Failed

            Did anybody already experienced that and has a solution ?

            Thanks a lot,
            Yvan

            EDIT: original source of mapview was http://evolution.sysu.edu.cn/software/mapview.rar I*however COULD*extract the zipped version there: https://sites.google.com/site/wjwdav...attredirects=0
            Last edited by yvan.wenger; 09-17-2009, 03:22 AM.

            Comment

            • demis001
              Member
              • Apr 2009
              • 10

              #96
              Is anyone found an answer to "System.OverflowException: Overflow error." while try to jump to the end of the chr. somewher around ~111,000,000 nc region. I have tried both 64 bit and 32 bit machine and the error appeared in both..

              The detail exception spewed looks like the following. I removed few lines specific to working dir on my workstation....
              ==============================================================

              See the end of this message for details on invoking
              just-in-time (JIT) debugging instead of this dialog box.

              ************** Exception Text **************
              System.OverflowException: Overflow error.
              at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
              at System.Drawing.Graphics.FillRectangle(Brush brush, Single x, Single y, Single width, Single height)
              at MapView.Form1.48joJTB35(Object , PaintEventArgs )
              at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
              at System.Windows.Forms.Control.PaintTransparentBackground(PaintEventArgs e, Rectangle rectangle, Region transparentRegion)
              at System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle, Color backColor, Point scrollOffset)
              at System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle)
              at System.Windows.Forms.Control.OnPaintBackground(PaintEventArgs pevent)
              at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
              at System.Windows.Forms.Control.WmPaint(Message& m)
              at System.Windows.Forms.Control.WndProc(Message& m)
              at System.Windows.Forms.Label.WndProc(Message& m)
              at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
              at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
              at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


              ************** Loaded Assemblies **************
              mscorlib
              Assembly Version: 2.0.0.0
              Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
              CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
              ----------------------------------------
              MapView
              Assembly Version: 3.4.1.0
              Win32 Version: 3.4.1.0
              CodeBase: ----------------------------------------
              System.Windows.Forms
              Assembly Version: 2.0.0.0
              Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
              ----------------------------------------
              System
              Assembly Version: 2.0.0.0
              Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
              ----------------------------------------
              System.Drawing
              Assembly Version: 2.0.0.0
              Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
              ----------------------------------------
              Accessibility
              Assembly Version: 2.0.0.0
              Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
              ----------------------------------------

              ************** JIT Debugging **************
              To enable just-in-time (JIT) debugging, the .config file for this
              application or computer (machine.config) must have the
              jitDebugging value set in the system.windows.forms section.
              The application must also be compiled with debugging
              enabled.

              For example:

              <configuration>
              <system.windows.forms jitDebugging="true" />
              </configuration>

              When JIT debugging is enabled, any unhandled exception
              will be sent to the JIT debugger registered on the computer
              rather than be handled by this dialog box.

              Comment

              • ale
                Junior Member
                • Mar 2011
                • 4

                #97
                Originally posted by lh3 View Post
                This sounds very promising! I just wonder if you are interested in natively supporting the SAM/BAM format. I think the 1000genomes project has already released some alignments in the BAM format and yet more to come in the next few months. I know it is trivial to convert SAM/BAM to MVF, but given the large amount of data (maybe >1TB data), most users would prefer viewing the alignment directly rather than duplicate them again. BAM is also compressed and indexable, and supports indels and long alignments. Sorry if this sounds like promoting projects related to myself.
                Hello,

                I would like to view a bam file in MapView but do not how to transform it to MVF format. Could you let me know it this can be done? That would help a lot

                Comment

                • marcovth
                  Junior Member
                  • Oct 2011
                  • 3

                  #98
                  Is there a known work flow from Abyss to MapView ?

                  Comment

                  • htetre
                    Member
                    • Jul 2013
                    • 28

                    #99
                    Unable to download MapView

                    Hello,

                    I have ace files that I would like to view and came across your MapView Software as a solution. However, I am unable to get any of the links in above messages to download a the program?

                    Thanks

                    Comment

                    • GenoMax
                      Senior Member
                      • Feb 2008
                      • 7142

                      Originally posted by htetre View Post
                      Hello,

                      I have ace files that I would like to view and came across your MapView Software as a solution. However, I am unable to get any of the links in above messages to download a the program?

                      Thanks
                      This link is working: http://evolution.sysu.edu.cn/software/mapview.rar

                      Tablet also supports ace files: http://bioinf.scri.ac.uk/tablet/

                      Comment

                      Latest Articles

                      Collapse

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by SEQadmin2, 06-05-2026, 10:09 AM
                      0 responses
                      11 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-04-2026, 08:59 AM
                      0 responses
                      23 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-02-2026, 12:03 PM
                      0 responses
                      28 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-02-2026, 11:40 AM
                      0 responses
                      22 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...