<?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>James Lindsay&#039;s Portfolio &#187; linux</title>
	<atom:link href="http://www.jamesrlindsay.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesrlindsay.com</link>
	<description>Computers and Genetics</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SGI Altix UV progress report</title>
		<link>http://www.jamesrlindsay.com/2010/12/sgi-altix-uv-progress-report/</link>
		<comments>http://www.jamesrlindsay.com/2010/12/sgi-altix-uv-progress-report/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 15:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[sgi altix]]></category>

		<guid isPermaLink="false">http://www.jamesrlindsay.com/?p=46</guid>
		<description><![CDATA[After a semester of working with the computer, I am extremely happy with it. Really the astonishing thing about the machine is that there is no difference between it, and the desktop PC I&#8217;m using to write this post on. &#8230; <a href="http://www.jamesrlindsay.com/2010/12/sgi-altix-uv-progress-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a semester of working with the computer, I am extremely happy with it. Really the astonishing thing about the machine is that there is no difference between it, and the desktop PC I&#8217;m using to write this post on. The same code that I write, or execute here will work on the machine. I get amazing performance in Bowtie, BWA and other threaded alignment tools. <div id="attachment_48" class="wp-caption alignleft" style="width: 310px"><a href="http://www.jamesrlindsay.com/wp-content/uploads/2010/12/sysinfo.jpg"><img src="http://www.jamesrlindsay.com/wp-content/uploads/2010/12/sysinfo-300x262.jpg" alt="Gnome view of SGI Altix" title="sysinfo" width="300" height="262" class="size-medium wp-image-48" /></a><p class="wp-caption-text">SGI Altix UV 100</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesrlindsay.com/2010/12/sgi-altix-uv-progress-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Whole Genomes Quickly from NCBI</title>
		<link>http://www.jamesrlindsay.com/2010/06/download-whole-genomes-quickly-from-ncbi/</link>
		<comments>http://www.jamesrlindsay.com/2010/06/download-whole-genomes-quickly-from-ncbi/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.jamesrlindsay.com/demo/?p=16</guid>
		<description><![CDATA[Here is a quick command line script that should work on any linux system with wget. This command will download chromosomes 1- 8 for the possum. You would need to modify the list of numbers to be &#8220;X Y M &#8230; <a href="http://www.jamesrlindsay.com/2010/06/download-whole-genomes-quickly-from-ncbi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a quick command line script that should work on any linux system with wget. This command will download chromosomes 1- 8 for the possum. You would need to modify the list of numbers to be &#8220;X Y M Un&#8221; to get the non-numeric chromosomes.</p>
<p><code><br />
for i in 01 02 03 04 05 06 07 08; do wget "ftp://ftp.ncbi.nih.gov/genomes/Monodelphis_domestica/CHR_${i}/mdm_ref_chr${i}.fa.gz"; done;</code></p>
<p>You can do this for any species or really any organized FTP site. Here is the link to the<a title="NCBI genome" href="ftp://ftp.ncbi.nih.gov/genomes" target="_self"> NCBI genome</a> ftp site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesrlindsay.com/2010/06/download-whole-genomes-quickly-from-ncbi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

