GMV FAQ

General Questions

What GMV can do?

GMV is a comparative genome browser, to explore the results from Murasaki. It can load Murasaki's results, genome sequences and their annotations. GMV has several filtering and reporting features, to help genome wide studies.

Can I try GMV (and murasaki) by just downloading the software?

If you're using MacOS X or Microsoft Windows, yes. Please go to the download section of GMV mainpage.

Also, Murasaki binary for MacOS X 10.5 is available at my personal website. There is no pre-built Murasaki binary for other platforms.

Is GMV able to visualize non-Murasaki results from BLASTZ, Mauve etc.?

No. But there are some converter scripts (ex: mauve2anchors.pl) are included in Murasaki's tarball. You may be able to visualize Mauve and other tools' results by converting them into ".anchors" and ".seqs" format of Murasaki.

There are many files in Murasaki's output. Which are essential for GMV?

GMV requires these files:

GMV optionally (and automatically, if exists) reads these files:

and GMV may generate:

Platform specific FAQ

MacOS X

Is Snow Leopard supported?

Surely. I'm writing the code on Snow Leopard.

The binary distribution works on MacOS X 10.4 (Tiger) and later (PPC and Intel platforms are supported). It works with Quartz (the native graphics interface of MacOS X), but It'll be easy to comple with X11 if you try to compile by yourself.

I'm running Panther (or older) MacOS X!

You can compile/run GMV, if you have X11 and GTK+ installed on your Mac. But this may need some hacking effort today, because MacPorts? no longer supports older versions than Tiger.

Microsoft Windows

Which version of Windows are supported?

GMV works on Windows 2000, XP and Vista.

Running the binary requires GTK+ runtime. It is also possible to build on Cygwin or MinGW/MSYS. The distributed GMV binary is cross-compiled on my Mac with MinGW library.

Linux

Are there are any binary package for Linux?

No... There are too many distributions to maintain the binary distribution. Please compile GMV from the source tarball.

FreeBSD

Is GMV available in Ports collection?

I want to do that... Anybody want to use it? If so, please poke me :)

Building GMV

What kind of platforms are supported?

I usually build GMV on:

and it should be able to compiled on:

Which version of GTK+ is required?

Basically, GMV requires 2.12.x or later (2.10.x may work).

To build with GTK+-Quartz on MacOS X, 2.14.7 seems to be the best: 2.16.x is a little bit buggy with Quartz, and I haven't tested 2.18.x yet.