<?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>hocuspokus &#187; howto</title>
	<atom:link href="http://hocuspokus.net/tag/howto/feed" rel="self" type="application/rss+xml" />
	<link>http://hocuspokus.net</link>
	<description>the life and times of a code monkey</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing R/BioConductor on Ubuntu&#160;8.04</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F05%2Finstalling-r-bioconductor-on-ubuntu-804&amp;seed_title=Installing+R%2FBioConductor+on+Ubuntu%26%23160%3B8.04</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F05%2Finstalling-r-bioconductor-on-ubuntu-804&amp;seed_title=Installing+R%2FBioConductor+on+Ubuntu%26%23160%3B8.04#comments</comments>
		<pubDate>Wed, 07 May 2008 18:41:39 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bioconductor]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=119</guid>
		<description><![CDATA[The new version of Ubuntu is out, (as if you haven&#8217;t heard that by now), so that means a fresh install to play about with and working just the way I want!  

One of the tools that I currently need (for the thesis work) is R and the BioConductor libraries.  So here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of Ubuntu is out, (as if you haven&#8217;t heard that by now), so that means a fresh install to play about with and working just the way I want! <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile-big.png' alt=':D' class='wp-smiley' /> </p>

<p>One of the tools that I currently need (for the thesis work) is <a href="http://www.r-project.org/">R</a> and the <a href="http://www.bioconductor.org/">BioConductor</a> libraries.  So here&#8217;s a quick run down on getting them up and installed on Hardy&#8230;</p>

<p>First up, run these commands in a terminal:</p>

<pre><code>sudo apt-get install build-essential g77 gfortran
sudo apt-get install refblas3 refblas3-dev zlib1g-dev
sudo apt-get install r-base
</code></pre>

<p>This will then install the R base packages and some of the BioConductor packages, along with the gcc and fortran compilers and some other libraries that will be required for the next step.</p>

<pre><code>sudo -s
R
</code></pre>

<p>Now at the R prompt, type the followingâ€¦</p>

<pre><code>source("http://www.bioconductor.org/biocLite.R")
biocLite()
</code></pre>

<p>Now sit back for a few minutes while your system configures BioConductor for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F05%2Finstalling-r-bioconductor-on-ubuntu-804&amp;seed_title=Installing+R%2FBioConductor+on+Ubuntu%26%23160%3B8.04/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bio-Linux - Bioinformatics Tools for&#160;Linux</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fbio-linux-bioinformatics-tools-for-linux&amp;seed_title=Bio-Linux+-+Bioinformatics+Tools+for%26%23160%3BLinux</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fbio-linux-bioinformatics-tools-for-linux&amp;seed_title=Bio-Linux+-+Bioinformatics+Tools+for%26%23160%3BLinux#comments</comments>
		<pubDate>Fri, 07 Mar 2008 08:52:03 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[noteworthy]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/2008/03/07/bio-linux-bioinformatics-tools-for-linux/</guid>
		<description><![CDATA[Bio-Linux is a specialised Linux disro that provides both standard and cutting edge bioinformatics software tools on a Linux base.

I wrote a post on my old blog a little while back now detailing how to use the packages from Bio-Linux in Ubuntu Linux, but it got missed in the migration (sorry to all those who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nebc.nox.ac.uk/biolinux.html">Bio-Linux</a> is a specialised Linux disro that provides both standard and cutting edge bioinformatics software tools on a Linux base.</p>

<p>I wrote a post on my old blog a little while back now detailing how to use the packages from Bio-Linux in <a href="http://www.ubuntu.com/">Ubuntu Linux</a>, but it got missed in the migration (sorry to all those who have been searching for it).  Here&#8217;s a repost and update for Ubuntu 7.10&#8230;</p>

<p><span id="more-120"></span></p>

<p>Log into your system and open up a terminal, then follow these stepsâ€¦</p>

<pre><code>sudo gedit /etc/apt/sources.list
</code></pre>

<p>Add the following lines to the end of the file:</p>

<pre><code># Bio-Linux package repository
deb http://envgen.nox.ac.uk/bio-linux/ unstable bio-linux
</code></pre>

<p>Save and close the file, now back at the terminal type the following:<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup></p>

<pre><code>sudo apt-get update
sudo apt-get install bio-linux-base-directories bio-linux-staden
</code></pre>

<p>Next step is to set-up your environment for Bio-Linux&#8230;</p>

<pre><code>sudo gedit /etc/bash.bashrc
</code></pre>

<p>Add the following lines to the end of the file:</p>

<pre><code># Set up Bio-Linux Environment
source /usr/local/bioinf/config_files/aliasrc
source /usr/local/bioinf/config_files/bioenvrc
</code></pre>

<p>Save and close the file.</p>

<p>That&#8217;s it, now all of the packages available through Bio-Linux are now available to you in Ubuntu.  One final word of warning&#8230;  I&#8217;ve noticed that a few of the packages are a little out of date, (the Bio-Linux version of Taverna is 1.4, but 1.7 is <a href="http://taverna.sourceforge.net/">now available</a>)<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup> so it might be worth checking the version numbers before installing things.</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>Note that we need to install the <code>bio-linux-staden</code> package, without this we&#8217;d have to do a bit more hacking in config files to stop getting errors whenever we open up a terminal.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

<li id="fn:2">
<p>The other thing to note with the Bio-Linux version of Taverna - it doesn&#8217;t start properly without a little bit of hacking&#8230; <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-sad.png' alt=':(' class='wp-smiley' />  (If you decided to go with the Bio-Linux version, you can launch it by running the following in the terminal: <code>/usr/local/bioinf/taverna/taverna/runme.sh</code>).&#160;<a href="#fnref:2" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fbio-linux-bioinformatics-tools-for-linux&amp;seed_title=Bio-Linux+-+Bioinformatics+Tools+for%26%23160%3BLinux/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->