[[PageOutline]] = Mussa = Multi-Species Sequence Analysis "We be plundering the High Sequence Seas For the hidden Treasures of Conservation" == About Mussa == Mussa is a bioinformatics tool for finding and visualizing regions of conserved DNA by comparing across several species. It has been found that conserved regions are frequently enriched for regions that are functionally important. Thus Mussa is a tool to help discover previously unknown functional DNA elements. Mussa's core algorithm is an N-way version of [http://family.caltech.edu/ FamilyRelation's] 2-way comparative sequence analysis software (which is a part of the [http://cartwheel.idyll.org/ Cartwheel] project). Mussa analyzes the conservation between DNA sequence from N species by applying a transitivity requirement to all possible paths through all possible pairwise comparisons from the provided DNA segments to derive an N-way comparison. For example, given sequences 1,2,3, and 4, Mussa makes 6 2-way comparisons: 1vs2, 1vs3, 1vs4, 2vs3, 2vs4, and 3vs4. It then compares all the links between these comparisons, saving those that satisfy a [wiki:transitivity transitivity requirement]. The saved paths are then displayed in an interactive viewer. [[Image(wiki:WikiStart:mussagl_animation.gif)]] == News == * 2009Nov23 - Mussa v1.1.0 (build 20091123 released) * Updated to use Boost 1.40/1.41 and Qt 4.5.3. * 2009Nov17 - Mussa Updates: * We are in the process of updating Mussa to use Boost 1.40 and Qt 4.5.3. * The Mac OS X and Windows binary builds are being tested and being prepared for release. The release will be Mussa 1.1.0. * We will be switching the revision control system from bzr to git as well. Updated documentation for checkout of the source code will be included. * 2007Jan24 - Release of the first [wiki:VideoTutorials Mussa Video Tutorial]. == Download == Currently, we provide two types of binary releases for Mussagl. The first is a development build and the second is a stable release build. '''Development Builds''' - New builds are made as new features / bug fixes are implemented. Many times these builds will be stable, but from time to time, a new feature will break something. Please report any bugs you find and hopefully we will be able to fix the bug and make a new build in a timely fashion. '''Stable Releases''' - Stable releases are made when milestones have been reached and has been tested by our various test users. '''Source''' - The source is available as well. Compiling from source is currently the only way to get a Linux build. Binary versions may be made available for Linux in the future, most likely Debian packages. See the [wiki:bzr bzr] section of the wiki for information on downloading the latest source. '''Stable Releases:''' || '''Application''' || '''Version''' || '''Release Date''' || '''Mac OS X (Universal Binary)''' || '''Windows XP (Binary)''' || '''Source (Linux/Mac/Win)''' || || Mussagl || 1.1.1 || Dec. 20 2013 || || || || Mussagl || 1.1.0 || Nov. 23rd, 2009 || [http://woldlab.caltech.edu/~diane/proj/mussagl-20121004.dmg Download (.dmg)] || [http://woldlab.caltech.edu/~king/mussagl/releases/mussa-v1_1_0-b20091123-win32-setup.exe Win32 Installer] || [http://woldlab.caltech.edu/~king/mussagl/releases/mussa_1.1.0-b20091123.tar.gz Source (.tar.gz)] || || Mussagl || 1.0.0 || Nov. 1st, 2006 || [http://woldlab.caltech.edu/~diane/proj/releases/mussagl-universal-1.0.0.dmg Download (.dmg)] || [http://woldlab.caltech.edu/~king/mussagl/releases/mussa-v1_0_0-win32-setup.exe Win32 Installer] || [http://woldlab.caltech.edu/~king/mussagl/releases/mussa_1.0.0.tar.gz Source (.tar.gz)] || == Contact == If you would like to contact us about Mussagl, feel free to e-mail one or both of us: * Diane Trout * Brandon King == Documentation == * [http://woldlab.caltech.edu/~king/mussagl_manual/ Mussagl User Guide] * FeatureNotes - documentation about specific features. * [wiki:VideoTutorials Mussagl Video Tutorials] * [wiki:ExampleData Example Data] * [/cgi-bin/mussa/roadmap Development Roadmap] * [wiki:bzr Checking out Mussagl from Revision Control] * [/cgi-bin/mussa/timeline?daysback=90&changeset=on Recent Mussagl Changes in Revision Control] * [wiki:MussaglBuild Building Mussagl from Source] * PerformanceNotes == Feature Requests / Bugs == * [/cgi-bin/mussa/newticket Submit a new feature request/bug ticket] * [report:3 View existing tickets] == Older Mussa Versions == * [wiki:MussaFltk Mussa] - C++/FLTK Version * [wiki:MussaProtoype Mussa Prototype (Retired)] - Python/PMW Version == Development Credits == * Mussagl: Diane Trout with assitance from Brandon King (Core algorithms retained from Mussa (C++/FLTK) ) * C++/FLTK conversion: Tristan De Buysscher with assistance from [http://chabry.caltech.edu/~t/ Titus Brown] * Python/PMW prototype: [http://joiry.net/ Tristan De Buysscher] & Nora Mullaney * Consulting User: [http://wormbase.org/db/misc/person?name=WBPerson567;class=Person Erich Schwarz] * Principal Investigators: [http://woldlab.caltech.edu/ Barbara Wold], [http://www.cco.caltech.edu/%7Ewormlab/ Paul Sternberg ] ---- * OriginalTracStartPage