Murasaki

What's Murasaki?

Murasaki is an anchor alignment program that is

Compatability

Targeted for runs on 32/64bit Linux and other POSIX compatible operating systems.

Tested on:

With some luck, sometimes working in win32 with mingw, but no guarantees for Windows.

License

Murasaki is distributed under the GNU General Public License.

Download

Murasaki download packages are available in Murasaki download area.
Or, keep up with the latest release using Mercurial:

hg clone http://murasaki.hg.sourceforge.net:8000/hgroot/murasaki/murasaki

Subversion support is deprecated, but technically still exists. There will be no further releases to the subversion tree, so it's advised that you migrate to mercurial when convenient.

Requirements

Optional requirements

Murasaki interfaces with a lot of other free software to generate graphs and statistical information. To use all the features of Murasaki, you should also have:

Build instructions

Building under a debian based system (the intended audience) is very easy. Make sure you have the appropriate packages installed:

If your system is already set up perfectly, once you've download one of the above packages, the following should work:

  1. cd murasaki
  2. make

In general, the included Makefile should find everything it needs automatically (including detecting whether or not you have Crypto++ and an MPI compiler available), but if something fails, or something isn't detected automatically, feel free to edit the Makefile accordingly. If all else fails, email us and we'll see what we can do to help.

Getting started

Most of the documentation for Murasaki currently exists inside the various programs. You can find out what any command does by running it with the "--help" option. For example "./murasaki --help" lists how to run Murasaki. It's long, so you might want to use "./murasaki --help | less".

There's also a manpage in doc/murasaki.1 (or the .html or .txt formats) and installation notes in doc/INSTALL.

An example Murasaki run might go like this:

./murasaki seq/MtC.gbk seq/Mle.gbk -p[28:36] -b24 --name myalignmentRuns the core alignment program. "seq/MtC.gbk seq/Mle.gbk" specifies the input sequences. "-p[28:36]" uses a random string consisting of 28 1's and 8 0's. -b24 specifies to use only 24bit hash keys (as opposed to the default 26). This is desriable (possibly necessary) for machines with limited RAM. --name obviously the output file prefix.
./simplegraph.pl output/myalignment.anchorsThis generates (in this case 1) graph of the anchors produced. For multiple alignments this outputs all pairings of the component sequences.

Obviously this is just a sample run. You're strongly encouraged to read the documentation (run with "--help") for each command. Murasaki includes a great deal of functionality without the need to write any custom scripts.

Sample alignments

As an example of some of the huge alignments Murasaki is capable of, you can download the complete set of our whole genome mammalian alignments here. Be aware, however, that these alignments can be huge (for example, murasaki-mammals.tar.gz contains the Human-Mouse-Rat, Human-Chimp-Rhesus, and Human-Mouse alignments, and is a 340MB download which decompresses into about 1GB of files), and you may have to edit the .seq files to point to the correct data files (and download them from ensembl or UCSC Genome Browser.

Documentation

Documentation is still a work in progress. For now please email questions to the author. I've started building an FAQ.

Citation

If you use Murasaki in your work, please cite our PLoS ONE publication: