<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Mugsy: multiple whole genome alignment tool]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool</guid>
	<pubDate>Fri, 08 Dec 2017 17:41:14 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool</link>
	<title><![CDATA[Mugsy: multiple whole genome alignment tool]]></title>
	<description><![CDATA[<p><span>Mugsy is a multiple whole genome aligner. Mugsy uses Nucmer for pairwise alignment, a custom graph based segmentation procedure for identifying collinear regions, and the segment-based progressive multiple alignment strategy from Seqan::TCoffee. Mugsy accepts draft genomes in the form of multi-FASTA files and does not require a reference genome.</span></p>
<p>To cite Mugsy, use:</p>
<p>Angiuoli SV and Salzberg SL.&nbsp;<a href="http://bioinformatics.oxfordjournals.org/content/27/3/334">Mugsy: Fast multiple alignment of closely related whole genomes.</a><em>Bioinformatics</em>&nbsp;2011 27(3):334-4</p><p>Address of the bookmark: <a href="http://mugsy.sourceforge.net/" rel="nofollow">http://mugsy.sourceforge.net/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool#item-annotation-3887</guid>
	<pubDate>Tue, 27 Oct 2020 19:29:52 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34571/mugsy-multiple-whole-genome-alignment-tool#item-annotation-3887</link>
	<title><![CDATA[Comment by BioStar]]></title>
	<description><![CDATA[<ul>

<li>Set up the environment
<pre>bash
source /path/to/install/mugsyenv.sh
</pre>
</li>
<li>Run mugsy</li>
                                      </ul>

<p>&nbsp;</p>
<pre>mugsy --directory /data/output --prefix mygenomes genome1.fasta genome2.fasta genome3.fasta 
</pre>
<p><br><span>This example will align three genomes and output a file /data/output/mygenomes.maf. The --directory setting is also used for storing temporary files during the run.</span><br><br><span>The prefix of each input filename will be used as the genome name in the output files (eg. genome1 from genome1.fsa). Header lines in the FASTA files should not contain ':' or '-' to avoid parsing problems.</span><br><br></p>
<ul>
<li>View or parse MAF output</li>
</ul>
<p><span>The output of Mugsy is Multiple Alignment Format (MAF).</span><br><span>One option for browsing is&nbsp;</span><a href="http://globin.cse.psu.edu/dist/gmaj/">GMAJ</a><span>, which provides a reference-based stand-alone viewer for MAF files.</span></p>
<pre>java -jar gmaj.jar mygenomes.maf</pre>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

</channel>
</rss>