<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacVector talk &#187; Releases</title>
	<atom:link href="http://macvector.com/blog/category/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://macvector.com/blog</link>
	<description>General musings from the MacVector team about sequence analysis, molecular biology, the Mac in general and of course your favorite sequence analysis app for the Mac!</description>
	<lastBuildDate>Mon, 14 May 2012 14:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Importing features from a Genome Browser</title>
		<link>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/</link>
		<comments>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:40:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=817</guid>
		<description><![CDATA[One of the new features in MacVector 12.6 is the ability to annotate sequences based on the features stored in GFF/BED/GFT files that many Genome Browsers will export data as. MacVector 12.6 will annotate an empty or annotated sequence with the features stored within these files. BED, GFF, GTF, and GFF3 formats GFF, GTF, GFF3 [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features in MacVector 12.6 is the ability to annotate sequences based on the features stored in GFF/BED/GFT files that many Genome Browsers will export data as. MacVector 12.6 will annotate an empty or annotated sequence with the features stored within these files.</p>
<h2>BED, GFF, GTF, and GFF3 formats</h2>
<p><a href="http://www.sanger.ac.uk/resources/software/gff/">GFF</a>, <a href="http://genome.ucsc.edu/FAQ/FAQformat#format4">GTF</a>, GFF3 &#038; <a href="http://genome.ucsc.edu/FAQ/FAQformat#format1">BED</a> files are all file formats that are used to store annotation (features) generally without containing any sequence. Although it is common that they will be accompanied by a fasta file containing the sequence only. They emerged as a way of exporting, or exchanging, information from a specified region of an entire genome without having to take the entire genome.</p>
<p>Most sequence formats were developed to be for a specific gene or protein. Although this is no longer true they are still orientated to be of a region of fixed length. These annotation files are not at all length specific and could potentially store just two features that were at either end of the same chromosome. They are a much more flexible way of dealing with annotation, especially a large amount, than a fixed length sequence format such as Genbank.</p>
<p>They also are not limited to a single sequence and can contain information from multiple sequences in the same file (Fasta files can also contain multiple sequences). For example you could store the entire human set of chromosomes in a pair of (quite large!) files. A multiple sequence Fasta file and a single GFF file.</p>
<p>The format of these annotation files does vary (who ever said Bioinformaticians had to be consistent!) but basically their format consists of a set of individual lines (one line per feature) along the following lines:</p>
<p><b>SEQUENCE ID, START, STOP, FEATURE TYPE, NOTE</b></p>
<ul><strong>Sequence ID</strong> is the sequence these annotations belong to.</ul>
<ul><strong>START</strong> and <strong>STOP</strong> are the region of sequence they are annotated against</ul>
<ul><strong>FEATURE TYPE</strong> is obvious! Note that this does not always correspond to a correct Genbank Feature Keyword</ul>
<h2>Genome Browsers</h2>
<p>These tools (generally online web gateways) allow you to browse the entire chromosome or genome of a particular organism. Almost like a graphical model of a sequence database. All the information known about that particular organism&#8217;s sequence that has been submitted to one of the large sequence databases (e.g. Genbank at the NCBI) should be visualised within the genome browser.  You can download all the annotation contained within a particular region fairly easily using one of these annotation formats. Then you can either annotate an existing file that you are working with (so preserving your own &#8220;private&#8221; annotation with all known public annotation).</p>
<h2>To annotate a sequence with a BED/GFF/GFF3/GFT file in MacVector</h2>
<h3>From the UCSC&#8217;s Genome browser</h3>
<li>Click on this link to open the <a href="http://genome.ucsc.edu/cgi-bin/hgGateway">UCSC&#8217;s Genome Browser</a>.</li>
<li>Select <strong>C.elegans </strong>and enter <strong>sel-12</strong> in the gene name. Click <strong>SUBMIT</strong>.</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/C.-elegans-Caenorhabditis-elegans-Genome-Browser-Gateway.jpg" alt="C elegans  Caenorhabditis elegans Genome Browser Gateway" title="C. elegans (Caenorhabditis elegans) Genome Browser Gateway.jpg" border="0" width="600" height="56" style="float:center;" /></p>
<p>The interface will change and show all annotation associated with that region. You can modify the amount or type of annotation being showed. This particular gene, <em>C.elegans</em> Sel-12 is located on Chromosome X</p>
<li>Click the <strong>Tables</strong> link at the top of the page</li>
<p>This will now allow you to export all the annotation associated with the previous displayed region (tracks).</p>
<li>Change the <strong>REGION</strong> to <strong>POSITION</strong>.</li>
<p><P>If it is left at genome the entire genome will be downloaded</p>
<li>Change the <strong>OUTPUT FORMAT</strong> to <strong>GTF</strong> or <strong>BED</strong></li>
<li>Click <strong>GET OUTPUT</strong></p>
<li>Now switch back to MacVector</li>
<p>Now you need to open the sequence you want to annotate. For this example we could go to <bold>DATABASE > ENTREZ</bold> and search for and download Accession Number <strong>U35660</strong>. However, that only contains the mRNA and not the genomic sequence. So instead <a href="http://www.ncbi.nlm.nih.gov/nuccore/NC_003284.7?report=fasta&#038;from=915873&#038;to=918235">download</a> the fasta sequence from the NCBI</p>
<p><strong>Sequence : Chromosome: X; NC_003284.7 (915873..918235)</strong></p>
<p>You will need to ensure that the start position of the downloaded file corresponds to the start of the region of the chromosome we have just downloaded the annotation for. This is <a href="http://macvector.com/phpbb/viewtopic.php?f=1&#038;t=319">easily done</a> in MacVector.</p>
<li>Double click on the RED cross located near the start of the sequence in the Editor View and change it to <strong>915872</strong></li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_SettingOrigin.jpg" alt="MV126 SettingOrigin" title="MV126_SettingOrigin.jpg" border="0" width="300" height="120" style="float:center;" /></p>
<p>Now we will import our downloaded annotation.</p>
<li>Select <strong>FILE | IMPORT FEATURES</strong></li>
<p>The Sequence ID (SeqID) contained within all features in the file will be shown in a dialog along with the number of features for each SeqID and the region of the sequence that these will be annotated against. A warning will be displayed if any of the features are outside of the region to be annotated.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_ImportFeaturesDialogue.jpg" alt="MV126 ImportFeaturesDialogue" title="MV126_ImportFeaturesDialogue.jpg" border="0" width="300" height="166" style="float:center;" /></p>
<li>Select the appropriate SeqID <bold>ChrX</bold> and click OK</li>
<p>A dialogue will be shown with the number of annotations that have been added. If you annotate a blank sequence (e.g. a fasta file) the resulting features may be initially hidden. However, you can easily show them from the Graphics Palette tree view.</p>
<p>You can choose to annotate your sequence with all the features contained within the imported file or to ignore duplicates.</p>
<li>Click OK</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_ImportFeaturesResult.jpg" alt="MV126 ImportFeaturesResult" title="MV126_ImportFeaturesResult.jpg" border="0" width="200" height="70" style="float:center;" /></p>
<h3>ToxoDB Genome browser</h3>
<p>Here&#8217;s a similar workflow from the <a href="http://toxodb.org/toxo/">ToxoDB</a> Genome browser</p>
<li>For this workflow we&#8217;ll start with a &#8220;random&#8221; 2kbp sequence from TaxoDB as a &#8220;starter&#8221; empty sequence.</li>
<pre>Toxoplasma gondii ME49

"CCTTCCCTGCGTCAGAGGAGAAGAGAACGGCTTGACCGATGGAGGACCCCGCAAACATGAGGGCGAAGGTAGTCTGCATGATCTCTGAACAAGGAACACGGCGCGGAAAGGGAAGCACAGAAGGAAGTCGATCAAGACACCCTGCGTTGTTTTTCGGGGAGCCCCAGAGAGGGAGCTCGCGGCTCTGGACTTCAAGGTCCGTCGAGCAGCAGAACGCTTCACTCGGCAAGGAAGGAGCAGTTTCTTCTCTCGCGTCTTGTTTCGCTTTCACGGCTTCGTTTTCTCGCCGCGACCTGCGAAAAGAAAACAGCTCCCCTATAAGAACTCGACTCTCGAGCCTGCGGTTTGGTATCGGCTTTTTCTTCAGAGTTTTTTCTGTCGCGCGTTCGGACAACCAGTTCCGTGCTTGCGCGCCTCCTCTGAAGGCCGCGCCCGCCTCTCGACTCCCGTCGCTTCTCTCTTCGGCTGGATAAGAGAAAACGCTGAACGAAGAGGAGAGTACGCACTGGCATCGTTTGTCGACTTTCGTCTCCAGGTGGGGGAGTGTCGGTCGACTCACCCAAGGGATTCTTCCCTTCGCTGCTCACGATCTGGCCGCCATACCAAAAAATCAGCGCCTGCAGAGCGTACTGAGCTCCCTGACAGACACGCAGACGCAGCGGCAAGGAGACGCTGAAAAGAAGAAAGACAACCGGAGAGCGCGGAGAACAAAGAACTGTGAGCGTGCAACGACGGGATCAAGGACGACAGCGAATCTCCCGTCTTCAGGACCTCGACGGGCATTCCGCATGGCAGGTCCTTTGACTCCGAAAAACTCTGCGGCAGCCTCGATGACCCTTACCCCCCCGGAACATCCCCGAGAGCTCGGTGGAAAAAACCTCTCATTCGAGAGCGACAGATCAGGCTTTGCTAGTCGAGCCAGAAGGCAGGAGAAGGAACGGAGCGAACCGCGGATGCGTCTCTCTGCGCGGACGAGTCTTCATGAGCAGGCACCGCGACGTTCCAAGAAGCAGAAAGAGAGAGAGGAGAGAGGAGAGAAGCGAGAAGCTCGGGAACTCACGAGGAAGCAACAAAGATCTCTCCTCGTCACTCACGTTCCGTCGACCTGCATGGCAGGCGTGACGCGGCATGCACAGCAGAAGACCTTTCGAGGTCACCACACACACCGCCTCGGACGTCGAGAAGTCTCGATCTTTGTGAACCACAGGGCTCTGTTTTGTGTGGCGGAACGAAGAAACCAAGCGCTTAGGATGGAGCTCACTGGAGAGCAGGAAACGGATCTTCAAACGAGTGTCGACGTCCTCCCGCGCATCCGAACCGAAACTCAAACGCGCTCCAGAGAGACGACATAGAAGACAGAGACGTACAATGAGAGAAGAAGAGACAACGCGGCAGGGGGAGTCTGACGTCCGACCTCGACTCGAGAAGTCGCTCGCCAAAACGTGTGTGCAGTGTCTTCTGTTTCTTTCCAAGTTCTCCAGTCCGAAGAAACCGGACACTCTGACATGACTCGATACAGGGACCTGCCCGCCGACTCTTTCCTACTTTCAGCGGTCCTCCCTGTTCATCTTTCCTGTGACATTTCGGCATCTCTTTTTCTTGGTTTCCTCGCCTTCTCACCTGACTGAAGCCCCAGAAAAAGCCGAGGAGAGCCGCAGCGCGCTCTTCTTCCTTCAGCGTCCTCAGAAGAACGCTCTGGTACCGTTCCGTGAAGTGAGGCTCTAAACCGAACGCTGAAACAATGCGAATACCGTTCAGAGCCTCGCTCATCACGAAGGCAGCGGTGTCGCGGTCCTCCACCTTCTCCGCCTTCTTGTTCGCCCCCTCACCTGCAGAAAAAACTCCAAGGTTTCCAAAGCCTCGTGAGGCTCCCCATGAAGCTCTCCGCCTACGCTTGCGCAGATTGAGGCAGAGCAAACTACGCAAATGTGAGCCTACATGTACACACAGTTTCGTCGAGATTTGTACCTATATCTAAGAAGATTTGTACGGAAATGCGGGTGTGAAGCGGCAGTTTTCGAGGTGGCGTGCATACATCGACGCGACTCGGAGACCCAGCTTTGAGGAGACAGGAGAGAGAAAAGGAAACGGAGATAGAGCAGGTGGGGAGATCAGGTTTGCTCTGGGAGACGTGGACGGTCGCAGACGAAGAAGCAGACGCACGGAGCGAGCAGTGCAAAAAAGCGCGAGACAGAGCCGGCGCTGGGGAACTTCTGAGGAAGAATTCGAGAGAGAGAGGACCGTGGTGAAAAGCCAAGCTAAACGCGTGGACTTCCAGTTCTGCGGACTTTTCGGAGCCGAAATGTGAGACTGAGCGGCAGTGGCGGGGAGCAGAAGAACAAAACATGCGAGGACCACGGCGGCCAAGCGCGCGTCTCCAAAGAACGCGATGATGACACCTGAAATAAAGATAATGGAAAAAACAGAAGAAAAGCAACGGTCTCTCGCGCAGTCTTCAATCACGAGTTGACGCACACACGCATTAGGGGAGAACAACCTCTGCGATGTTGGATGCTTCTTTAGTGAGTGGACGTTTCCAGAAATCAAATCAAAGTAGCACGACACCGACAAGCAAAGAGATGTATACTTTCGTTCACGAGCACTGAAAGACGCGTCTAGACGCCTACGGATGCAGAGGGATCTGAAGCGACGAGTGAACAGTCAAAAAGCTTTCCGGCCTACCAGTGACAACAGCAGCCAATCCCTGGGTCATCGCGAGTGCGTTTCCAGCGCTTCCTGTCTTGACGAGAAGGACGTCGCTGGAGAGAACTCCCGTGAGATATCCTGAGGTCATTTTTTAGAAGAAGCGAACACTCTGGCGCGGCGTCTTCACTCTCGTGCTCACAGAAAGAATGAACTCACGAGACCCATGGCAGGACAAGTCTCAGACAGACACACAC"</pre>
<li>Blast the above sequence using the <a href="http://toxodb.org/toxo/">Blast interface</a> at Toxodb.org.</li>
<p>This will find a single hit and display a link</p>
<li>Click on the link to open it in the ToxoDB Genome Browser.</li>
<li>Select <strong>DOWNLOAD TRACKS</strong>, then <strong>CONFIGURE</strong> and change it to <strong>GFF3</strong> format and <strong>SAVE TO DISK</strong>. Now click <strong>GO</strong>.
<p>This downloads a file &#8220;dumped_region&#8221; which will contain all the annotation stored in the ToxoDB Genome Browser in GFF3 format.</p>
<li>Now switch back to MacVector and open the 2Kbp sequence.</li>
<p>You can use <strong>FILE > NEW FROM CLIPBOARD</strong> to bring the sequence into MacVector quickly</p>
<p>Again if you do not change the start coordinate of the sequence the IMPORT FEATURES dialogue will show an error</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_1.jpg" alt="ToxoDB 1" title="ToxoDB_1.jpg" border="0" width="300" height="150" style="float:center;" /></p>
<li>Change the start coordinate of the sequence to match its location in the genome (which is <strong>405235</strong> as detailed on the Blast hit page) as in the step in the previous workflow.</li>
<li>I then went to <strong>FILE > IMPORT FEATURES</strong> and selected the <strong>GFF3</strong> file.</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_2.jpg" alt="ToxoDB 2" title="ToxoDB_2.jpg" border="0" width="300" height="192" style="float:center;" /></p>
<p>The dialogue will show that it has found 6 features.  Note that the GFF3 file contains annotation from a much longer sequence than our initial query sequence. MacVector will ignore any annotations that lies outside the query sequence. It will show an warning message to indicate this.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_3.jpg" alt="ToxoDB 3" title="ToxoDB_3.jpg" border="0" width="300" height="130" style="float:center;" /></p>
<h2>Keeping a sequence updated</h2>
<p>You will be able to &#8220;update&#8221; and add new annotation to your existing sequence. For example after a few months I could revisit these two genome browsers website and download an updated GFF3 file. Upon importing these features it will optionally replace any duplicate features and add new ones. So you can work with a sequence and also keep it updated as other researchers find more about this particular sequence.</p>
<h3>Duplicate Features</h3>
<p>Due to the lack of strict standards across the many different file formats it may be that a potential duplicate is not recognised as such because the wording or keyword is different. In the majority of cases some degree of manual curation of the annotated sequence will be required. In all cases MacVector will err on the side of caution and will never throw away any    potentially interesting or important information contained within a feature. Only entries that are 100% the same (after being parsed during the import) will be considered as duplicates. MacVector will never class a feature as a duplicate if the START, STOP or FEATURE TYPE are different in any way. Even if they differ by just a single base.</p>
<div id="tweetbutton817" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fimporting-features-from-a-genome-browser%2F&amp;via=macvector&amp;text=Importing%20features%20from%20a%20Genome%20Browser&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fimporting-features-from-a-genome-browser%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New release of KeyServer K2</title>
		<link>http://macvector.com/blog/2012/04/new-release-of-keyserver-k2/</link>
		<comments>http://macvector.com/blog/2012/04/new-release-of-keyserver-k2/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 09:28:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=795</guid>
		<description><![CDATA[The latest version of KeyServer is now K2 7.0.0.5. Run the version check on this page to check which version of which part you are running and if you need to upgrade. Remember if you are upgrading from a version earlier than K2 v 7 you&#8217;ll need a new MacVector license. Contact Support to request [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of KeyServer is now K2 7.0.0.5.</p>
<p>Run the version check on <a href="http://www.sassafras.com/hrl/7.0/index.html">this page</a> to check which version of which part you are running and if you need to upgrade.</p>
<p>Remember if you are upgrading from a version earlier than K2 v 7 you&#8217;ll need a new MacVector license. Contact <a href="mailto:support@macvector.com">Support</a> to request one.<img src="http://macvector.com/blog/wp-content/uploads/2012/04/Screen-Shot-2012-04-05-at-10.27.42.png" alt="Screen Shot 2012 04 05 at 10 27 42" title="Screen Shot 2012-04-05 at 10.27.42.png" border="0" width="558" height="332" style="float:left;" /></p>
<div id="tweetbutton795" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F04%2Fnew-release-of-keyserver-k2%2F&amp;via=macvector&amp;text=New%20release%20of%20KeyServer%20K2&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F04%2Fnew-release-of-keyserver-k2%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/04/new-release-of-keyserver-k2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running old versions of MacVector on Lion.</title>
		<link>http://macvector.com/blog/2012/01/running-old-versions-of-macvector-on-lion/</link>
		<comments>http://macvector.com/blog/2012/01/running-old-versions-of-macvector-on-lion/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 14:28:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=747</guid>
		<description><![CDATA[Only MacVector 9.5 and later versions will run on OS X 7 Lion. Apple started transitioning their processor architecture from PowerPC (PPC) to Intel&#8217;s x86 in 2006. The Macbook Pro and the iMac being the first Intel Macs. When they did so they gave Xcode (the OSX development environment) the ability to create Universal Binary [...]]]></description>
			<content:encoded><![CDATA[<p><em>Only MacVector 9.5 and later versions will run on OS X 7 Lion.</em></p>
<p>Apple started <a href="http://en.wikipedia.org/wiki/Apple%E2%80%93Intel_transition">transitioning</a> their processor architecture from <a href="http://en.wikipedia.org/wiki/PowerPC">PowerPC (PPC)</a> to Intel&#8217;s <a href="http://en.wikipedia.org/wiki/X86">x86</a> in 2006. The Macbook Pro and the iMac being the first Intel Macs. When they did so they gave <a href="http://en.wikipedia.org/wiki/Xcode">Xcode</a> (the OSX development environment) the ability to create <a href="http://en.wikipedia.org/wiki/Universal_binary">Universal Binary</a> application. These contain native executables for both PPC and x86 CPUs. So giving these applications the ability to run natively on both types of Mac. </p>
<p>However, to support earlier applications that had only been available as PPC executables they included a PPC Emulator called <a href="http://en.wikipedia.org/wiki/Rosetta_(software)">Rosetta</a> (named after the <a href="http://en.wikipedia.org/wiki/Rosetta_Stone">Rosetta Stone</a>). This allowed PPC only applications to run on Intel x86 Macs.</p>
<p>OS X 10.5 Leopard was the last release of OS X that was distributed as a Universal Binary OS. With OS X 10.6 Snow Leopard being a x86 only release. That is it will not run on PPC Macs. Even so they kept Rosetta as an optional install (previously it was installed by default).  However, OS X 10.7 Lion does not include Rosetta and you cannot install earlier versions. This means that PPC applications will no longer run on Lion.  In reality this is only applications that are over six years old.</p>
<p>MacVector 9.5 (released in 2006) was the first Universal Binary version of MacVector. Previous versions are PPC only and will not run on Lion.</p>
<p>If you are running such an old version of MacVector then your options are limited to either upgrading MacVector or not upgrading to Lion. You can still upgrade such an old version of MacVector at a significant discount. Contact <a href="mailto::sales@macvector.com">Sales</a> to request a quote or <a href="http://www.macvector.com/initquoterequest.php">visit the website</a>. There&#8217;s <a href="http://macvector.com/blog/community/macvector-major-release-details-and-history/">many other reasons</a> to upgrade as well. The interface has changed substantially since MacVector 9.5 being more powerful and easier to use. There&#8217;s also many new tools with enhancements to older ones. The latest release is <a href="http://macvector.com/blog/2011/12/macvector-and-assembler-12-5-are-released/">MacVector 12.5</a> and this release has improvements to sequence assembly (support for NGS reference assemblies using Bowtie) and extra options for multiple sequence alignment with Muscle and T-Coffee added. </p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/apple" rel="tag">apple</a>, <a href="http://technorati.com/tag/lion" rel="tag">lion</a>, <a href="http://technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://technorati.com/tag/Universal%20Binary" rel="tag">Universal Binary</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton747" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Frunning-old-versions-of-macvector-on-lion%2F&amp;via=macvector&amp;text=Running%20old%20versions%20of%20MacVector%20on%20Lion.&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Frunning-old-versions-of-macvector-on-lion%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/01/running-old-versions-of-macvector-on-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5: Creating alignments with T-Coffee and Muscle</title>
		<link>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/</link>
		<comments>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 23:29:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[MSA]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=742</guid>
		<description><![CDATA[With MacVector 12.5 we&#8217;ve added additional multiple sequence alignment (MSA) algorithms. Muscle and T-coffee have been added to the Multiple Sequence Alignment editor complementing the existing ClustalW algorithm. We&#8217;ve wanted both of these for a while now and judging from the results of last year&#8217;s survey so have many users. Both T-Coffee and Muscle are [...]]]></description>
			<content:encoded><![CDATA[<p>With MacVector 12.5 we&#8217;ve added additional <a href="http://en.wikipedia.org/wiki/Multiple_sequence_alignment">multiple sequence alignment (MSA)</a> algorithms. <a href="http://www.drive5.com/muscle/">Muscle</a> and <a href="http://tcoffee.crg.cat/">T-coffee</a> have been added to the Multiple Sequence Alignment editor complementing the existing ClustalW algorithm. We&#8217;ve wanted both of these for a while now and judging from the results of last year&#8217;s survey so have many users.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_MuscleTcoffee.png" alt="MV125 MuscleTcoffee" title="MV125_MuscleTcoffee.png" border="0" width="600" height="380" style="float:center;" /></p>
<p>Both T-Coffee and Muscle are progressive alignment algorithms as is ClustalW. Progressive alignments generally build a guide tree that represents the pairwise relationships between each possible pair of sequences in the alignment. A multiple sequence alignment is then built sequentially using the tree as a construction guide.  T-Coffee builds a library of all pairwise alignments but also aligns each sequence in the pair with a third sequence in the sequence set before building the MSA. Muscle does not do a pairwise alignment but instead uses an approximate method of comparing the number of short subsequences (k-mers, k-tuples or words) that each pair of sequences share.  You can immediately see how this is much faster for alignments containing many sequences where the number of pairwise alignments needed to construct the tree is high. </p>
<p><a href="http://en.wikipedia.org/wiki/T-Coffee">T-Coffee</a> is regarded as being slightly slower than ClustalW but will produce more accurate alignments for distantly related amino acid sequences. <a href="http://www.ncbi.nlm.nih.gov/pubmed/10964570">Here&#8217;s</a> the original publication. Incidentally T-Coffee stands for <strong>T</strong>ree based <strong>C</strong>onsistency <strong>O</strong>bjective <strong>F</strong>unction <strong>F</strong>or <strong>A</strong>lignm<strong>E</strong>nt <strong>E</strong>valuation.</p>
<p>Muscle is generally regarded as <a href="http://en.wikipedia.org/wiki/MUSCLE_(alignment_software)">faster</a> than Clustalw and T-Coffee at the penalty of being slightly less accurate.</p>
<p>All three algorithms are integrated into the MSA editor. This means you can try all three algorithms on the same alignment to see the results.</p>
<p>Here&#8217;s a few benchmark for protein sequence alignments (the files are in the Sample Files folder in the MacVector application folder:</p>
<p>
<li>All three algorithms will align the Prions alignment in 4/5 seconds on a 2006 MacBook Pro with similar results.</li>
</p>
<p>
<li>The Mammalian mtDNA genomes (protein) alignment assembles in: </li>
</p>
<p>- <strong>Clustalw:</strong> 1min26secs</p>
<p>- <strong>Muscle:</strong> 12 seconds</p>
<p>- <strong>T-Coffee:</strong> 17mins22secs</p>
<p>Because of the initial step of constructing the pairwise alignments tree, progressive alignment algorithms have difficulties with alignments where all sequences do not share a common region. For example take an alignment of three sequences where you have 5kb sequence and two regions of this sequence of around 1KB long. One subsequence aligns from 1,000 to 2,000 of the 10kb sequence and the other aligns at 4,000 to 5,000. Most progressive alignments will try to create initial pairwise alignments of all combinations of sequences and that skews the alignment so that it prefers to align the sequences so that there is at least one segment of overlap between all of the input sequence. Due to not creating pairwise alignments the &#8220;Muscle&#8221; algorithm is unique amongst these three algorithms as it will align this type of data as long as the &#8220;Diagonals&#8221; optimization parameter is set to &#8220;On&#8221;. </p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/bowtie" rel="tag">Sequence Alignments</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton742" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fmacvector-12-5-creating-alignments-with-t-coffee-and-muscle%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Creating%20alignments%20with%20T-Coffee%20and%20Muscle&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fmacvector-12-5-creating-alignments-with-t-coffee-and-muscle%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>…back to work!</title>
		<link>http://macvector.com/blog/2012/01/back-to-work/</link>
		<comments>http://macvector.com/blog/2012/01/back-to-work/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 11:46:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=733</guid>
		<description><![CDATA[Getting back to the lab after the end of the year break is always a shock! You&#8217;ve might have been popping into the lab over the vacation to maintain your experiments, but now you need to get those experiments moving again and start getting the results in. So after you&#8217;ve chatted about the holidays with [...]]]></description>
			<content:encoded><![CDATA[<p>Getting back to the lab after the end of the year break is always a shock! You&#8217;ve might have been popping into the lab over the vacation to maintain your experiments, but now you need to get those experiments moving again and start getting the results in. </p>
<p>So after you&#8217;ve chatted about the holidays with your colleagues have a slow start to 2012 and take the opportunity to <a href="http://macvector.com/blog/2010/08/keeping-your-copy-of-macvector-up-to-date/">keep your copy of MacVector up to date</a>.  MacVector 12.5 was released at the end of last year. So if you&#8217;ve not yet done so then <a href="http://www.macvector.com/GTCGAC/macvector12.5updater.html">do so here</a>!  It&#8217;s also a good idea to run a few <a href="http://macvector.com/blog/2009/08/keeping-a-happy-mac/">system maintenance tasks</a> to make sure your Mac is running great.</p>
<p>Happy New Year!</p>
<div id="tweetbutton733" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fback-to-work%2F&amp;via=macvector&amp;text=%E2%80%A6back%20to%20work%21&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fback-to-work%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/01/back-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy holidays to all our users and friends</title>
		<link>http://macvector.com/blog/2011/12/happy-holidays-to-all-our-users-and-friends/</link>
		<comments>http://macvector.com/blog/2011/12/happy-holidays-to-all-our-users-and-friends/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 18:06:25 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=731</guid>
		<description><![CDATA[At the end of 2011 we&#8217;d like to say thank you for your business and continued trust in us. MacVector, Inc. is about to celebrate its 5 year anniversary and it remains our mission to keep MacVector the number one sequence analysis application for the Mac. We try to listen to our customers and react [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of 2011 we&#8217;d like to say thank you for your business and continued trust in us. MacVector, Inc. is about to celebrate its 5 year anniversary and it remains our mission to keep MacVector the number one sequence analysis application for the Mac. We try to listen to our customers and react quickly to the needs and trends in the Molecular Biology world and add the features most requested. We have released eight major versions in that time and many minor versions.</p>
<p>We have a lot to look forward to in 2012. MacVector 12.6 will be released in the first quarter of 2012 with some great new primer design tools. We&#8217;ve also got another release planned for the backend of the year.</p>
<p>But for now, we thank you and we wish you a prosperous, happy and enjoyable New Year from the whole MacVector team.</p>
<p>But before we all break for the end of the year remember that we&#8217;ve just <a href="http://www.macvector.com/MacVector/what'snewinmacvector12.5.html">released</a> MacVector 12.5. You&#8217;ve probably seen the release via Software Update inside MacVector but if not you can download it from our <a href="http://www.macvector.com/GTCGAC/macvector12.5updater.html">website</a> if your license is valid for this release or download a <a href="http://www.macvector.com/trymacvector.html">21 day trial</a>.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton731" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F12%2Fhappy-holidays-to-all-our-users-and-friends%2F&amp;via=macvector&amp;text=Happy%20holidays%20to%20all%20our%20users%20and%20friends&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F12%2Fhappy-holidays-to-all-our-users-and-friends%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/12/happy-holidays-to-all-our-users-and-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector and Assembler 12.5 are released</title>
		<link>http://macvector.com/blog/2011/12/macvector-and-assembler-12-5-are-released/</link>
		<comments>http://macvector.com/blog/2011/12/macvector-and-assembler-12-5-are-released/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 18:03:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[What's New?]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=729</guid>
		<description><![CDATA[MacVector 12.5 was released yesterday. A few days late but we&#8217;d always prefer to wait rather than release with annoying bugs. This is a major release with a lot of new features. Many parts of MacVector have been substantially rewritten both to keep up with OS X as well as many dialogs that have been [...]]]></description>
			<content:encoded><![CDATA[<p>MacVector 12.5 was <a href="http://www.macvector.com/MacVector/what'snewinmacvector12.5.html">released</a> yesterday. A few days late but we&#8217;d always prefer to wait rather than release with annoying bugs.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_BowtieOverview1.png" alt="MV125 BowtieOverview" title="MV125_BowtieOverview.png" border="0" width="300" height="225" style="float:right;" /></p>
<p>This is a major release with a lot of new features. Many parts of MacVector have been substantially rewritten both to keep up with OS X as well as many dialogs that have been redesigned.
<p>The main new features are for sequence alignments. We&#8217;ve added <a href="http://bowtie-bio.sourceforge.net/index.shtml">Bowtie</a> to Assembler for further support of <a href="http://macvector.com/blog/2011/11/macvector-12-5-creating-reference-assemblies-with-bowtie/">NGS data assemblies</a>. Along with variant detection using Samtools to match the existing SNP report tab.</p>
<p>We&#8217;ve also added additional alignment algorithms. Both <a href="http://www.drive5.com/muscle/">Muscle</a> and <a href="http://tcoffee.crg.cat/">T-coffee</a> have been added to the Multiple Sequence Alignment analysis interface, complementing the existing ClustalW algorithm. We&#8217;ve wanted both of these for a while now and judging from the results of last year&#8217;s survey so have many users.</p>
<p>There&#8217;s also enhanced support for <a href="http://macvector.com/blog/2011/11/macvector-12-5-interface-improvements-and-redesign/">segmented features</a> as well as being able to display translated CDS features directly in the sequence editor as well as the Map view. There&#8217;s SNP reporting for the Align to Reference editor as well as greatly improved performance for its algorithm and also for the Auto Annotation tool.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/12/MV125_TranslatedCDS_inthe-Editor.png" alt="MV125 TranslatedCDS inthe Editor" title="MV125_TranslatedCDS_inthe Editor.png" border="0" width="300" height="252" style="float:left;" /><br />
MacVector 12.5 is fully Mac OS X 10.7 (Lion) compatible as well as being supported on OS X 10.5 (Leopard) and OS X 10.6 (Snow Leopard).  However, MacVector 12.5 is not supported on OS X 10.4 (Tiger). If you are still using Tiger (from our last survey much less than 1% of our users still use Tiger) <a href="http://www.macvector.com/ACGTCA/macvector12.0.6updater.html">MacVector 12.0.6</a> will still remain supported.</p>
<p>This is just a short overview, if you have a valid license download <a href="http://www.macvector.com/GTCGAC/macvector12.5updater.html">the updater</a> or if you do not download a <a href="http://www.macvector.com/trymacvector.html">21 day trial</a>.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton729" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F12%2Fmacvector-and-assembler-12-5-are-released%2F&amp;via=macvector&amp;text=MacVector%20and%20Assembler%2012.5%20are%20released&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F12%2Fmacvector-and-assembler-12-5-are-released%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/12/macvector-and-assembler-12-5-are-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5: Interface improvements and redesign</title>
		<link>http://macvector.com/blog/2011/11/macvector-12-5-interface-improvements-and-redesign/</link>
		<comments>http://macvector.com/blog/2011/11/macvector-12-5-interface-improvements-and-redesign/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 14:52:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[assembler]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=688</guid>
		<description><![CDATA[This is part of a series of posts about the shortly to be released MacVector 12.5. With each release of MacVector as well as adding new features we continually redesign and rewrite many existing parts of MacVector. This is done for a number of reasons. For example: to accommodate changes in OS X, where generally [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part of a series of posts about the shortly to be released MacVector 12.5.</em></p>
<p>With each release of MacVector as well as adding new features we continually redesign and rewrite many existing parts of MacVector. This is done for a number of reasons. For example:</p>
<li>to accommodate changes in OS X, where generally with every major release they make major changes under the hood.</li>
<li>to optimise workflows, where we try to respond to user feedback and make analyses both easier to use and quicker without removing any functionality.</li>
<li>to redesign dialogues and tools to make them easier to use whilst keeping all the options for the power user.</li>
<li>to take advantage of new OSX features to make life easier.</li>
<p>As a recent example you can now run a primer analysis and literally <a href="http://macvector.com/blog/2011/07/macvector-12-drag-and-drop-annotation-of-your-sequences/">drag and drop</a> a primer pair or their product to the sequence window to annotate those features to the sequence.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/01/CreateResults.png" alt="CreateResults.png" title="CreateResults.png" border="0" width="230" height="150" style="float:center;" /></p>
<p>Here&#8217;s a few of those general improvements that have been included in MacVector 12.5.</p>
<h3>Interface improvements</h3>
<li>
<p>In MacVector 12.5 a number of editors and lists have been rewritten in <a href="http://en.wikipedia.org/wiki/Cocoa_(API)">Cocoa</a>. The restriction enzyme, proteolytic enzyme, DNA and protein subsequence editors and the Matrix editor have all been rewritten using Cocoa table views. Apart from an improved appearance, this change makes it easier to navigate and select entries in the editors, simplifying the creation of subsets (you can copy and paste between windows). In addition, you can sort the columns by clicking on the titles.</li>
</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/11/MV125EntrezBrowser.png" alt="MV125EntrezBrowser" title="MV125EntrezBrowser.png" border="0" width="400" height="302" style="float:right;" /></p>
<li>The Entrez browser has been rewritten and now permits an unlimited number of search terms to be combined for a search. So you can search for a specific gene in two different organisms at the same time. For example in the screenshot we are searching for the gene &#8220;ADH1&#8243; in two different yeasts,<br />
Sacchoromyces cervisiae and Schizosaccharomyces pombe</p>
</li>
<li>
<p>Many dialogues have had error handling code added so that red information text will be displayed explaining why the OK button is not enabled if invalid parameters have been entered. This helps understand how to optimise an analysis without having to read up in depth about the various parameters.</li>
<h3>Sequence Window Enhancements</h3>
<li>
<p>There are new “Segmented Hollow Arrow”, “Segmented Hollow Box” and “Segmented Full Height Hollow Box” symbol. You can use these for segmented features (e.g. CDS features containing introns) in the Map tab and the exon segments will be shown joined by a line. See the screenshot below for an example of the end of a multi exon segmented feature.</p>
</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/11/MV125_SegmentedFeatures.png" alt="MV125 SegmentedFeatures" title="MV125_SegmentedFeatures.png" border="0" width="400" height="260" style="float:center;" /></p>
<li>
<p>The Editor tab can now display the translations of CDS features above or below the sequence – turn this on using the Strands button.</p>
</li>
<h3>Miscellaneous Enhancements</h3>
<li>
<p>Segmented subsequence matches now have all segments displayed in the text and graphical outputs. For example you can now search for canonical <em>E.coli</em> promoter sequences and see both the -35 and -10 regions displayed in the Map.</li>
<li>
<p>The Align to Reference algorithm now runs as a standard job so that you can switch to other windows and carry on using MacVector while waiting for lengthy alignments to complete.</p>
</li>
<li>
<p>The maximum number of results that can be returned by the Align to Folder function has been increased to 32,767.</p>
</li>
<li>
<p>The SNP tab of the Align to Reference Window now lists all of the changes between the consensus and the reference sequence and includes the codon change and amino acid change of any CDS feature crossing each SNP.</p>
</li>
<p><strong>..and remember if you want to add Assembler before MacVector 12.5 is released you can do so at <a href="http://macvector.com/blog/2011/10/macvector-12-5-get-assembler-for-half-price/">half price</a>. You can also purchase an upgrade or a new license before the release of MacVector 12.5 and get a 10% discount. Both these offers include a free upgrade to MacVector 12.5 when it is released. Please <a href="http://www.macvector.com/initquoterequest.php">request a quote</a> now. Don&#8217;t forget to quote the promotional code of <em><strong>&#8220;Assembler50%&#8221;</strong></em> or <em>&#8220;MV12510&#8243;</em> for the discounts.</p>
<p></strong></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/bowtie" rel="tag">bowtie</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton688" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F11%2Fmacvector-12-5-interface-improvements-and-redesign%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Interface%20improvements%20and%20redesign&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F11%2Fmacvector-12-5-interface-improvements-and-redesign%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/11/macvector-12-5-interface-improvements-and-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5: Creating reference assemblies with Bowtie</title>
		<link>http://macvector.com/blog/2011/11/macvector-12-5-creating-reference-assemblies-with-bowtie/</link>
		<comments>http://macvector.com/blog/2011/11/macvector-12-5-creating-reference-assemblies-with-bowtie/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 17:43:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[assembler]]></category>
		<category><![CDATA[bowtie]]></category>
		<category><![CDATA[NGS]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=683</guid>
		<description><![CDATA[This is part of a series of posts about and leading up to the release of MacVector 12.5. With Assembler 12.5 our developers have come up with an affordable and straightforward solution for assembling and visualizing your NGS data. Generating sequencing data is cheaper than it has ever been, however, with this increase in data [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part of a series of posts about and leading up to the release of MacVector 12.5.</em></p>
<p>With Assembler 12.5 our developers have come up with an affordable and straightforward solution for assembling and visualizing your NGS data. Generating sequencing data is cheaper than it has ever been, however, with this increase in data has come a problem with analysis. Assembler will now create reference assemblies with just a few mouse clicks using <a href="http://bowtie-bio.sourceforge.net/index.shtml">Bowtie</a>. Instead of sending your millions of reads away to be assembled or delving into complicated software tools you&#8217;ll be able to align millions of NGS reads to multi megabase reference sequences in literally minutes. Bowtie is a fast algorithm, and although it&#8217;s an ungapped assembler, what it loses in accuracy it makes up for in speed. You do not need a 32GB 8core Mac Pro to assemble your data. In addition to the existing phrap/phred tools this makes Assembler a simple, cost-effective solution to analyzing your Next Generation Sequencing reads.</p>
<h2>Creating a Reference Assembly</h2>
<li>- Chose <strong>File | New | Assembly Project</strong> to create a new empty project file.</li>
<li>- Click on the <strong>Add Reads</strong> tool bar button, then select the sequence files you wish to assemble and click on the Open button. Read(s) file(s) can also be drag and dropped on the open Assembly Project window.</li>
<li>- Click on the <strong>Add Ref</strong> tool bar button, then select the sequence file you wish to align the reads against and click on the Open button.</li>
<li>- Choose <strong>Analyze | Bowtie</strong> to run the Bowtie algorithm on all of the sequences in the project. Note that if no sequences are selected, Bowtie will be run on ALL of the files in the project. However, if any sequences are selected then the reference sequence and at least one reads file must be selected.</li>
<p>Your reference sequence can be in any &#8220;openable&#8221; format. However, your reads need to be in FASTQ format.</p>
<h3>Hit Reporting</h3>
<p>In the dialogue you&#8217;ll see an important setting called Hit Reporting.  Bowtie uses a concept of strata to score alignments.  A stratum is defined by all reads that contain the same number of mismatches in the seed (the seed is the first &#8220;n&#8221; bases of a read which is given higher priority in scoring than the entire read). You can either show ALL ALIGNMENTS,  REPORT BEST ALIGNMENT ONLY (show the best alignment in the stratum with the least amount of mismatches) or REPORT ALL BEST ALIGNMENTS (which shows the best alignment in all strata). Which you choose depends on a few factors. For example how many references you have, how many repeated regions you expect, whether you are using a reference sequence from the same organism or a related one, and many others. Generally start with show all alignments, which is the quickest, and work from there.</p>
<h2>Analysis</h2>
<p>..and that&#8217;s how easy it is. Of course generating results is always easier than analysing them and to help analyse your reference contig Assembler has a few useful tools. We&#8217;ll talk about variant detection in a later blog post, but the coverage map is one of the first tools that you will see upon completing an assembly.</p>
<h3>Using the Coverage Map</h3>
<p>It is extremely useful to be know the depth of reads that are aligned on your reference. Areas of low coverage indicate that you need further sequencing and peaks of high coverage can be indicative of repeats. The Map view of a reference contig will show details of the depth of reads in a coverage map with four statistics. A single plot line shows a running average of the number of reads at that point. However, an average plot is not very sensitive when viewed at a high level and so two shaded areas indicate the maximum value and the minimum value of the averaged reads at that point. As the coverage map is viewed at a lower level these three values will become increasingly closer to the extent that when viewed at, or close to, residue level these three plots will become identical. Areas of zero coverage are shown in light grey. Note that these areas are always displayed even when they are disproportionate to the level of magnification.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_ReferenceContigCoverageMapSymbols.png" alt="MV125 ReferenceContigCoverageMapSymbols" title="MV125_ReferenceContigCoverageMapSymbols.png" border="0" width="600" height="264" /></p>
<h3>Multiple reference sequences</h3>
<p>You can add multiple reference sequences and depending on the settings reads will be aligned against the best match or against multiple ones. This is great for such tasks as identifying a sequenced isolate amongst a series of closely related strains of virus or bacteria. Having multiple reference sequences helps determine which is most closely related (or identical) to the isolate.</p>
<h3>Paired end reads</h3>
<p>Paired end reads are very useful for improving the accuracy of alignments and also for indel detection. Paired end reads are created by sequencing both ends of the same DNA molecule, with known fragment size. Since the two reads are now separated by a known distance assembly and orientation of the two reads is less complicated. For Assembler if your reads are paired end all you need to do is ensure that the same filenames but appended with version numbers and Paired End assembly is enabled.</p>
<p>e.g.</p>
<pre>READS_1.fastq
READS_2.fastq</pre>
<p>You&#8217;ll also need to input the fragment size.</p>
<p>In the next Assembler post we&#8217;ll talk about variant detection.</p>
<p><strong><br />
..and remember if you purchase an upgrade or a new license before the release of MacVector 12.5 you can <a href="http://macvector.com/blog/2011/10/macvector-12-5-get-assembler-for-half-price/">get Assembler</a> with a 50% discount and a free upgrade to MacVector 12.5 when it is released. This offer ends on 1st December. Please <a href="http://www.macvector.com/initquoterequest.php">request a quote</a> now. Don&#8217;t forget to quote the promotional code of &#8220;Assembler50%&#8221;</strong></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/bowtie" rel="tag">bowtie</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton683" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F11%2Fmacvector-12-5-creating-reference-assemblies-with-bowtie%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Creating%20reference%20assemblies%20with%20Bowtie&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F11%2Fmacvector-12-5-creating-reference-assemblies-with-bowtie%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/11/macvector-12-5-creating-reference-assemblies-with-bowtie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5: Get Assembler for half price!</title>
		<link>http://macvector.com/blog/2011/10/macvector-12-5-get-assembler-for-half-price/</link>
		<comments>http://macvector.com/blog/2011/10/macvector-12-5-get-assembler-for-half-price/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 16:02:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[assembler]]></category>
		<category><![CDATA[bowtie]]></category>
		<category><![CDATA[NGS]]></category>
		<category><![CDATA[offers]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=679</guid>
		<description><![CDATA[Our latest version, MacVector 12.5, will be released on the 1st of December, 2011. There&#8217;s some great new features in this release with the addition of extra alignment algorithms, Muscle and T-coffee, to the Multiple Sequence Alignment analysis interface, as well as many interface enhancements and performance improvements. However, the most important new feature in [...]]]></description>
			<content:encoded><![CDATA[<p>Our latest version, MacVector 12.5, will be released on the 1st of December, 2011.  There&#8217;s some <a href="http://macvector.com/blog/2011/10/macvector-12-5-new-features/">great new features</a> in this release with the addition of extra alignment algorithms, <a href="http://www.drive5.com/muscle/">Muscle</a> and <a href="http://tcoffee.crg.cat/">T-coffee</a>, to the Multiple Sequence Alignment analysis interface, as well as many interface enhancements and performance improvements.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_MuscleTcoffee.png" alt="MV125 MuscleTcoffee" title="MV125_MuscleTcoffee.png" border="0" width="300" height="200" style="float:right;" /></p>
<p>However, the most important new feature in MacVector 12.5 is the addition of <a href="http://bowtie-bio.sourceforge.net/index.shtml">Bowtie</a> to MacVector&#8217;s sequence assembly module, <a href="http://macvector.com/blog/2011/10/macvector-12-5-using-assembler/">Assembler</a> to create reference assemblies with your NGS data. Additionally, the Contig Editor has been enhanced with some useful features to visualise your genome sized alignments. With these improvements, our developers have come up with an affordable and straightforward solution to assembling your NGS data. Generating sequencing data is cheaper than it has ever been, however, analyzing it is not. Instead of sending your millions of reads away to be assembled at great expense, or spending time on the computer trying to assemble your reads, Assembler will now create reference assemblies with just a few mouse clicks.</p>
<p>To mark the release of MacVector 12.5 and this great new functionality in Assembler we&#8217;re offering users an opportunity to add Assembler to your MacVector license for <strong>half price</strong>. Not only that but if you have an older license of MacVector and want to upgrade your license then you&#8217;ll still be able to add Assembler at half price. If you do not have MacVector and want this great new functionality then you&#8217;ll still be able to add Assembler to a new license for half price.</p>
<p>If you take advantage of this offer, you will not only get a great price on Assembler, but you will get MacVector 12.5 <strong>and</strong> a free upgrade to MacVector 12.6 a few months after. MacVector 12.6 will include even more NGS support as well as a Quick-test function to easily analyze your existing primer sequences, and more. <strong>Plus</strong>, your license will include a year&#8217;s maintenance which will not start until MacVector 12.5 is officially released on the 1st December, 2011.</p>
<p>Remember that this half-price offer ends on 1st December, and the price of Assembler is going up next year. Please <a href="http://www.macvector.com/initquoterequest.php">request a quote</a> now. Don&#8217;t forget to quote the promotional code of &#8220;Assembler50%&#8221;</p>
<p>If you want to see the new functionality then we have a <a href="http://www.macvector.com/GTCGAC/macvector12.5beta.html">prerelease preview</a> available for download. This is not yet a release candidate but is part of our external beta program</p>
<p>..and remember both MacVector 12.0.6 and MacVector 12.5 are fully supported on OS X Lion.</p>
<p><em>MacVector 12.5 will be released on the 1st of December, 2011</em></p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_BowtieOverview1.png" alt="MV125 BowtieOverview" title="MV125_BowtieOverview.png" border="0" width="600" height="425" style="float:center;" /><br />
<!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton679" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fmacvector-12-5-get-assembler-for-half-price%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Get%20Assembler%20for%20half%20price%21&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fmacvector-12-5-get-assembler-for-half-price%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/10/macvector-12-5-get-assembler-for-half-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

