- List of Backups
- View the diff.
- View the diff current.
- View the source.
- Go to GMV.
- 1 (2007-12-28 (Fri) 14:33:30)
- 2 (2007-12-28 (Fri) 15:43:16)
- 3 (2007-12-29 (Sat) 08:48:58)
- 4 (2007-12-29 (Sat) 10:58:43)
- 5 (2007-12-29 (Sat) 15:05:14)
- 6 (2007-12-30 (Sun) 09:00:03)
- 7 (2008-01-10 (Thu) 02:59:03)
- 8 (2008-01-11 (Fri) 07:48:53)
- 9 (2008-01-15 (Tue) 08:19:44)
- 10 (2008-02-06 (Wed) 06:41:59)
- 11 (2008-04-03 (Thu) 10:14:39)
- 12 (2008-04-07 (Mon) 11:36:26)
- 13 (2008-04-08 (Tue) 15:14:55)
- 14 (2008-04-11 (Fri) 02:03:54)
- 15 (2008-05-03 (Sat) 15:28:15)
- 16 (2008-05-08 (Thu) 03:15:02)
- 17 (2008-06-06 (Fri) 06:32:05)
- 18 (2008-07-09 (Wed) 12:10:12)
- 19 (2008-08-30 (Sat) 11:03:20)
- 20 (2009-02-24 (Tue) 11:16:45)
- 21 (2009-03-03 (Tue) 09:06:15)
- 22 (2009-10-03 (Sat) 07:27:29)
- 23 (2012-06-28 (Thu) 04:36:36)
GMV is a comparative genome browser for Murasaki. GMV visualizes anchors from Murasaki, annotation data from GenBank files, and expression / prediction score from GFF files.
GMV works on any platform which has GTK+-2.x. Currently, MacOS X, FreeBSD and Linux are supported. Also, experimental build for Microsoft Windows is available.
News †
- Jun.28, 2012
- New GMV release (1e-93).
- Fix to follow recent GLib thread implementation.
- Improved HTTP support (in DAS client feature)
- Oct.03, 2009
- New GMV release (1e-94) has been released.
- tmurasakix support.
- Mar.03, 2009
- New GMV release (1e-95) has been released.
- For MacOS X users, new GTK+ package is required. X11.app is no longer required.
- Feb.24, 2009
- New GMV snapshot is finally available!!
- For MacOS X users, new GTK+ package is required. This snapshot with the new GTK package don't require X11.app to run.
- Aug.30, 2008
- New GMV snapshot available.
- MacOS X binary update: Please update your GTK+ installation! (latest binary package available here is Aug.2008 version)
- Jul.09, 2008
- GMV is now capable to show "Rifts", detected by Murasaki 1.33 and later.
Download GMV †
License †
GMV is provided under Beerware License. However, binary package for MacOS X is distributed under the GNU General Public License (GPL), since MacOS X package (gmv.app) is based on Platypus. Sample data contains genome sequences from NCBI.
Download GMV †
Binary downloads are available for MacOS X and Windows. Source tarball is available for other platforms.
Source tarball †
Stable Release | Latest Snapshot | |
---|---|---|
Source | gmv.tar.gz
Jun.28, 2012 13:29:46 JST 861kB | gmv-snap.tar.gz
Jun.28, 2012 13:17:40 JST 861kB |
MacOS X package †
Runs on MacOS X 10.5 (Leopard) and later.
Build | Stable Release | Latest Snapshot |
---|---|---|
Microbial | gmv-m.zip
Jun.28, 2012 13:30:01 JST 1,522kB | gmv-snap-m.zip
Jun.28, 2012 13:17:55 JST 1,523kB |
Largeseq | gmv.zip
Jun.28, 2012 13:29:53 JST 1,565kB | gmv-snap.zip
Jun.28, 2012 13:17:46 JST 8,014kB |
- GTK+-X11 package for MacOS X gtk+-2.24-x11.zip
Jan.01, 1970 09:00:00 JST 0kB
is required.
- You may need to install XQuartz if GMV doesn't work.
- Largeseq build supports 2Gbp+ sequences such as Human genome, and Microbial build has smaller RAM footprint.
Windows package †
Runs on Windows 2000, XP and Vista (and maybe on Windows 7).
Build | Stable Release | Latest Snapshot |
---|---|---|
Microbial | gmv-m-win.zip
Jun.28, 2012 13:30:00 JST 7,991kB | gmv-snap-m-win.zip
Jun.28, 2012 13:17:54 JST 7,993kB |
Largeseq | gmv-win.zip
Jun.28, 2012 13:29:52 JST 8,012kB | gmv-snap-win.zip
Jun.28, 2012 13:17:48 JST 1,565kB |
- Extract ZIP file and run "gmv.exe" in "bin" folder.
- Largeseq build supports 2Gbp+ sequences such as Human genome, and Microbial build has smaller RAM footprint.
Supplementals †
- Sample data set: gmv-samples.zip
May.07, 2007 18:23:27 JST 18,019kB
- More samples are available in GMV Samples
Build GMV †
Requirements †
- Supported Platforms
- MacOS X
- FreeBSD
- Linux (maybe...) with sufficient version of GTK+.
- Win32 with Cygwin or MinGW/MSYS (and any cross compiling environments with MiNGW libraries)
- Dependencies:
- GNU g++ 4.0 (other C++ compilers may work, but I'm not sure)
- Latest GTK+ 2.x, which can be detected by: pkg-config --modversion gtk+-2.0
- Recent GTK+-Quartz (MacOS X native) may be broken
- GNU make (BSD make can't build GMV)
Build it! †
Then unpack gmv.tar.gz and edit Gmv.conf.
$ tar xzf gmv.tar.gz $ cd gmv $ vi Gmv.conf
Important lines are:
CC = ccache g++-4.0 CC_WINDOWS = g++
# CFLAGS += -DUSE_GLIB_REGEX
Set CC to your C++ compiler (if you're trying to build on MinGW, set CC_WINDOWS instead.) Also, you may have to uncomment CFLAGS += -DUSE_GLIB_REGEX, if your system doesn't have regex.h (I believe most Unix based system have this, but at least, MinGW doesn't.)
Then, just type
$ make
and you'll get the binary "gmv" in current directory. Move it anywhere you like (maybe somewhere in your PATH) and launch gmv.
To get stripped (and Universal one on MacOS X) binary, type
$ make RELEASE=yes
Stripped binary will be much smaller (and maybe faster) than normal build.