<?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; General</title>
	<atom:link href="http://macvector.com/blog/category/general/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>ASM2012: San Francisco</title>
		<link>http://macvector.com/blog/2012/05/asm2012-san-francisco/</link>
		<comments>http://macvector.com/blog/2012/05/asm2012-san-francisco/#comments</comments>
		<pubDate>Mon, 14 May 2012 09:01:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Meetings]]></category>
		<category><![CDATA[ASM]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=807</guid>
		<description><![CDATA[We&#8217;ll be at the 112th ASM meeting in San Francisco this year from June 16 &#8211; 19, 2012. Come visit us if you are at the show. Our booth at the ASM will be 936. We&#8217;ll be demoing MacVector 12.6 which will be released about that date. You&#8217;ll also be able to pick up demo [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll be at the <a href="http://gm.asm.org/">112th ASM meeting</a> in <a href="http://www.moscone.com/site/do/index">San Francisco</a> this year from <strong>June 16 &#8211; 19, 2012</strong>.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/GoldenGateMay06.jpg" alt="GoldenGateMay06" title="GoldenGateMay06.JPG" border="0" width="450" height="337" style="float:center;" /></p>
<p>Come visit us if you are at the show. Our booth at the ASM will be 936.</p>
<p>We&#8217;ll be demoing MacVector 12.6 which will be released about that date. You&#8217;ll also be able to pick up demo CDs and incubator floaties. We are giving away some cool mouse pads with a summary of the DNA and Protein IUPAC codes and the Universal Genetic Code printed on them for quick reference.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/08/FloatiePhotoCropped+Resized+rotated1.png" alt="FloatiePhotoCropped+Resized+rotated" title="FloatiePhotoCropped+Resized+rotated.png" border="0" width="90" height="100" style="float:center;" /> <img src="http://macvector.com/blog/wp-content/uploads/2011/08/MousepadPhoto1.png" alt="MousepadPhoto" title="MousepadPhoto.png" border="0" width="140" height="110" style="float:right;" /></p>
<p>This year it looks like the Twitter hashtag will be <a href="https://twitter.com/#!/search/%23asm2012">#asm2012</a>. As ever you can follow us on <a href="https://twitter.com/#!/macvector">@macvector</a></p>
<p>If you are attending the meeting do pop along and say hi. See you in a month!</p>
<div id="tweetbutton807" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fasm2012-san-francisco%2F&amp;via=macvector&amp;text=ASM2012%3A%20San%20Francisco&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fasm2012-san-francisco%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/asm2012-san-francisco/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>…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>Steve Jobs RIP</title>
		<link>http://macvector.com/blog/2011/10/steve-jobs-rip/</link>
		<comments>http://macvector.com/blog/2011/10/steve-jobs-rip/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 08:18:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=653</guid>
		<description><![CDATA[Steve Jobs RIP Credit: Matthew Yohe Technorati Tags: apple Tweet]]></description>
			<content:encoded><![CDATA[<h2><a href="http://en.wikipedia.org/wiki/Steve_jobs">Steve Jobs RIP</a></h2>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2011/10/612px-Steve_Jobs_Headshot_2010-CROP.jpg" alt="612px Steve Jobs Headshot 2010 CROP" title="612px-Steve_Jobs_Headshot_2010-CROP.jpg" border="0" width="600" height="588" /></p>
<p>Credit: <a href="http://en.wikipedia.org/wiki/User:Matt_Yohe">Matthew Yohe</a></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/apple" rel="tag">apple</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton653" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fsteve-jobs-rip%2F&amp;via=macvector&amp;text=Steve%20Jobs%20RIP&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fsteve-jobs-rip%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/steve-jobs-rip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 10.6 and earlier and Lion</title>
		<link>http://macvector.com/blog/2011/09/macvector-10-6-and-earlier-and-lion/</link>
		<comments>http://macvector.com/blog/2011/09/macvector-10-6-and-earlier-and-lion/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 20:30:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=640</guid>
		<description><![CDATA[If you have upgraded to Lion and you&#8217;re running MacVector 10 to 10.6 (earlier versions will not run) then anytime MacVector displays an error message it will crash. MacVector 10.6 was developed before even Snow Leopard was released and is quite long in the tooth now. Why not take this opportunity to upgrade to MacVector [...]]]></description>
			<content:encoded><![CDATA[<p>If you have upgraded to Lion and you&#8217;re running MacVector 10 to 10.6 (earlier versions will not run) then anytime MacVector displays an error message it will crash. MacVector 10.6 was developed before even Snow Leopard was released and is quite long in the tooth now. Why not take this opportunity to <a href="http://macvector.com/blog/2011/08/macvector-and-upgrading-to-lion/">upgrade</a> to MacVector 12? As well as a 25% discount (before the end of September) there&#8217;s a load of new features that will make you more productive, including some <a href="http://macvector.com/blog/2011/01/macvector-12-new-features-for-click-cloning-and-restriction-enzyme-analysis/">great features</a> for cloning. Upgrading now will also include a free update to MacVector 12.5 which will be out in a month or so.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2011/04/MultiwayGatewayEndLigationDialogue.png" alt="MultiwayGatewayEndLigationDialogue" title="MultiwayGatewayEndLigationDialogue.png" border="0" width="600" height="445" /></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Deals" rel="tag">Deals</a>, <a href="http://technorati.com/tag/lion" rel="tag">lion</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>, <a href="http://technorati.com/tag/OSX" rel="tag">OSX</a></p>
<p><!-- Technorati Tags End --></p>
<div id="tweetbutton640" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F09%2Fmacvector-10-6-and-earlier-and-lion%2F&amp;via=macvector&amp;text=MacVector%2010.6%20and%20earlier%20and%20Lion&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F09%2Fmacvector-10-6-and-earlier-and-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/2011/09/macvector-10-6-and-earlier-and-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you teaching a Molecular Biology Course this year?</title>
		<link>http://macvector.com/blog/2011/08/are-you-teaching-a-molecular-biology-course-this-year/</link>
		<comments>http://macvector.com/blog/2011/08/are-you-teaching-a-molecular-biology-course-this-year/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 16:59:27 +0000</pubDate>
		<dc:creator>Rosemary</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=627</guid>
		<description><![CDATA[Many MacVector users don&#8217;t realize that we offer FREE licenses for teaching purposes. If you or your lab owns a license of MacVector 12 with a current maintenance contract, you are eligible. If you are teaching a course this year and are in the process of preparing your course content, consider using MacVector as a [...]]]></description>
			<content:encoded><![CDATA[<p>Many MacVector users don&#8217;t realize that we offer FREE licenses for teaching purposes. If you or your lab owns a license of MacVector 12 with a current maintenance contract, you are eligible. If you are teaching a course this year and are in the process of preparing your course content, consider using MacVector as a teaching tool. All we need is the course name and number, start and stop date of the course, and the number of seats needed. If you are interested in this, but your license is older, you can upgrade it at a fraction of the cost of a new license. You are then eligible for teaching licenses. Contact sales@macvector.com if you are interested.</p>
<div id="tweetbutton627" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fare-you-teaching-a-molecular-biology-course-this-year%2F&amp;via=macvector&amp;text=Are%20you%20teaching%20a%20Molecular%20Biology%20Course%20this%20year%3F&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fare-you-teaching-a-molecular-biology-course-this-year%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/08/are-you-teaching-a-molecular-biology-course-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Gateway Restriction Enzyme file</title>
		<link>http://macvector.com/blog/2011/08/updated-gateway-restriction-enzyme-file/</link>
		<comments>http://macvector.com/blog/2011/08/updated-gateway-restriction-enzyme-file/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:11:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gateway]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=614</guid>
		<description><![CDATA[Here&#8217;s an updated restriction enzyme file for Gateway cloning with MacVector. Tweet]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macvector.com/Downloads/NewGatewayTOPO.renz.zip">Here&#8217;s</a> an updated restriction enzyme file for <a href="http://www.macvector.com/MacVector/gatewayandtopol.html">Gateway cloning with MacVector</a>.</p>
<div id="tweetbutton614" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fupdated-gateway-restriction-enzyme-file%2F&amp;via=macvector&amp;text=Updated%20Gateway%20Restriction%20Enzyme%20file&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fupdated-gateway-restriction-enzyme-file%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/08/updated-gateway-restriction-enzyme-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector and upgrading to Lion.</title>
		<link>http://macvector.com/blog/2011/08/macvector-and-upgrading-to-lion/</link>
		<comments>http://macvector.com/blog/2011/08/macvector-and-upgrading-to-lion/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:20:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[offers]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=609</guid>
		<description><![CDATA[The latest version of OS X, Lion, has been out for a few weeks and it&#8217;s a great operating system. MacVector 12 has been tested and although not yet officially supported, it works great.. Nonetheless even though we&#8217;ve not yet come across any issues we are committed to fixing bugs. So if you are running [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of OS X, <a href="http://www.apple.com/macosx/">Lion</a>, has been out for a few weeks and it&#8217;s a great operating system. MacVector 12 has been tested and although not yet officially supported, <a href="http://macvector.com/blog/2011/07/macvector-on-os-x-10-7-lion/">it works great.</a>.</p>
<p>Nonetheless even though we&#8217;ve not yet come across any issues we are committed to fixing bugs. So if you are running MacVector 12 and have already updated to Lion then please do not hesitate to <a href="mailto:support@macvector.com">email us</a> or comment on this blog if you find a bug, even if it&#8217;s just a little niggle.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="MV12onLion.png" src="http://macvector.com/blog/wp-content/uploads/2011/08/MV12onLion.png" alt="MV12onLion" width="400" height="300" border="0" /></p>
<p>If you are not running MacVector 12 then there are some issues. Lion does not include <a href="http://en.wikipedia.org/wiki/Rosetta_(software)">Rosetta</a> and because of this if you are using MacVector 9.5 or earlier then this will definitely not work on Lion.</p>
<p>MacVector versions between 10, 10.5 and 10.6 may still work although these have not been tested yet. MacVector 11 and 11.1 appear to work although it is possible that there are issues.</p>
<p>So before you upgrade your Mac make sure you upgrade your copy of MacVector and discover why MacVector 12 is the best and easiest to use version of MacVector yet!</p>
<h2>Why upgrade MacVector?</h2>
<p>MacVector has always been designed to be the easiest sequence analysis application to use on the Mac. With the latest release MacVector&#8217;s strengths are:</p>
<p>- <strong>Graphics:</strong> displaying feature rich annotated sequences with a sequence overview allowing you to see your full sequence at a glance</p>
<p>- <strong>Subcloning:</strong> A point and click interface allows you to select RE sites, digest, then ligate into a vector with ease! Compatible sites are highlighted with a Klenow blunting tool if there are none. MacVector also supports Gateway and TOPO cloning.</p>
<p>- <strong>Comparing sequences:</strong> You can align cDNA/mRNA/EST clones against genomic sequences, Blast your sequence, search and align against multiple sequences on your hard drive, generate dot plots and much more. Assemble reads against a template sequence with easy SNP analysis.</p>
<p><strong>- Open your data from many sources:</strong> direct from Entrez, from Vector NTI databases, from many sequence formats (e.g. GenBank, EMBL, GCG etc) or from sequencing facility files in Fastq, ABI or SCF formats.</p>
<p><strong>- Sequence Annotation:</strong> A wide array of algorithms combined with the drag and drop of results to your sequence makes it a quick process to annotate your blank sequence with features. Auto annotation lets you quickly annotate new sequences based on your own collection of curated sequences.</p>
<p><strong>- Designing primers:</strong> Click on a feature in your sequence, run the analysis and get a ranked graphical list of the best primer pairs to amplify that feature. You can also design internal hybridisation primers for realtime PCR analysis with additional functions to check/design sequencing primers.</p>
<p><strong>- Sequence assembly:</strong> there are tools to easily create de novo assemblies in a few steps or simply compare your sequencing results against the template of your new construct.</p>
<h3>The cheapest time yet to upgrade</h3>
<p>If all those features are not enough then to help you upgrade we are offering a discount on all upgrades. Upgrade before the end of September and we&#8217;ll give you a <strong>25% discount</strong> on even very old copies of MacVector. This means you can upgrade to MacVector 12 for as little as <strong>$450*</strong></p>
<p>To upgrade <a href="http://www.macvector.com/initquoterequest.php">request a quote</a> and enter <strong>LionUpgrade</strong> in the <em>promotional code</em> box</p>
<p>Remember all upgrades of MacVector also include 12 months of <strong>free upgrades</strong>. This means upgrading now means that you will receive MacVector 12.5 which is due for release later this year.</p>
<h3>&#8230;.and as well!</h3>
<p>If you are not convinced about upgrading your copy of MacVector then if you request a quote by the end of August we&#8217;ll send you a mousepad to help you remember that which codon stands for Aspartate&#8230;..</p>
<p><img style="float: left;" title="MousepadPhoto.png" src="http://macvector.com/blog/wp-content/uploads/2011/08/MousepadPhoto1.png" alt="MousepadPhoto" width="350" height="263" border="0" /><br />
<img style="float: right;" title="FloatiePhotoCropped+Resized+rotated.png" src="http://macvector.com/blog/wp-content/uploads/2011/08/FloatiePhotoCropped+Resized+rotated1.png" alt="FloatiePhotoCropped+Resized+rotated" width="190" height="300" border="0" /></p>
<p><em>&#8230;and when we receive your order we&#8217;ll add a floatie for your water baths!</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em>*For upgrading MacVector 8.1 or higher in the US.  Please contact <a href="mailto:sales@macvector.com">sales@macvector.com</a> for other pricing.</em></p>
<p>&nbsp;</p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>, <a href="http://technorati.com/tag/lion" rel="tag">lion</a>, <a href="http://technorati.com/tag/OSX" rel="tag">OSX</a></p>
<p>&nbsp;</p>
<div id="tweetbutton609" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fmacvector-and-upgrading-to-lion%2F&amp;via=macvector&amp;text=MacVector%20and%20upgrading%20to%20Lion.&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F08%2Fmacvector-and-upgrading-to-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/2011/08/macvector-and-upgrading-to-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

