<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Splitting a multiple sequence FASTA file</title>
	<atom:link href="http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/</link>
	<description>a step-by-step guide to create Python applications in bioinformatics</description>
	<lastBuildDate>Sun, 02 May 2010 04:24:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Daniel Swan » Python, bioinformatics and &#8216;open blogging&#8217;</title>
		<link>http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/comment-page-1/#comment-4282</link>
		<dc:creator>Daniel Swan » Python, bioinformatics and &#8216;open blogging&#8217;</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/#comment-4282</guid>
		<description>[...] the site has drifted away from the book, and I was compelled to comment on this article here. This caused, I think, some annoyance to the author who felt the need not only to rebut me in the [...]</description>
		<content:encoded><![CDATA[<p>[...] the site has drifted away from the book, and I was compelled to comment on this article here. This caused, I think, some annoyance to the author who felt the need not only to rebut me in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuin</title>
		<link>http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/comment-page-1/#comment-3926</link>
		<dc:creator>nuin</dc:creator>
		<pubDate>Wed, 10 Oct 2007 12:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/#comment-3926</guid>
		<description>Hi Daniel

Maybe you have misunderstood the real focus of this blog/tutorial. I am not trying to reinvent the wheel, but create real-life examples with Python and bioinformatics. The main objective here is to expose people to Python.

If the intention of this site was to show Unix/Linux commands I would be writing about sed, awk, cat, grep, etc that would in the end replace everything that I posted here and more. 

Remember that not everyone is like you with access to a Unix/Linux workstation and knowledge of all Unix/Linux commands. Some people (at least 69%) access this site from a Windows machine and have no access to a bash shell. You could easily mirror all posts here and transform them into a Unix/Linux string of commands, just to show people how to do it from the command line in your blog.

And if reinventing the wheel was a problem, we shouldn&#039;t have so many redundant programming languages, should we?</description>
		<content:encoded><![CDATA[<p>Hi Daniel</p>
<p>Maybe you have misunderstood the real focus of this blog/tutorial. I am not trying to reinvent the wheel, but create real-life examples with Python and bioinformatics. The main objective here is to expose people to Python.</p>
<p>If the intention of this site was to show Unix/Linux commands I would be writing about sed, awk, cat, grep, etc that would in the end replace everything that I posted here and more. </p>
<p>Remember that not everyone is like you with access to a Unix/Linux workstation and knowledge of all Unix/Linux commands. Some people (at least 69%) access this site from a Windows machine and have no access to a bash shell. You could easily mirror all posts here and transform them into a Unix/Linux string of commands, just to show people how to do it from the command line in your blog.</p>
<p>And if reinventing the wheel was a problem, we shouldn&#8217;t have so many redundant programming languages, should we?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Swan</title>
		<link>http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/comment-page-1/#comment-3918</link>
		<dc:creator>Daniel Swan</dc:creator>
		<pubDate>Wed, 10 Oct 2007 08:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/10/09/splitting-a-multiple-sequence-fasta-file/#comment-3918</guid>
		<description>This is one of those &#039;bioinformatics&#039; tasks where people are seriously guilty of reinventing the wheel.  If for the moment we assume most bioinformaticians are working on a *nix workstation &#039;csplit&#039; should probably be your first port of call for context based splitting of files!  And it&#039;s far more widely applicable than for just this example.

Remember - if it seems like a logical operation and you are in the &#039;why hasn&#039;t anyone made a utility to do this?&#039; frame of mind - look around because they probably have!</description>
		<content:encoded><![CDATA[<p>This is one of those &#8216;bioinformatics&#8217; tasks where people are seriously guilty of reinventing the wheel.  If for the moment we assume most bioinformaticians are working on a *nix workstation &#8216;csplit&#8217; should probably be your first port of call for context based splitting of files!  And it&#8217;s far more widely applicable than for just this example.</p>
<p>Remember &#8211; if it seems like a logical operation and you are in the &#8216;why hasn&#8217;t anyone made a utility to do this?&#8217; frame of mind &#8211; look around because they probably have!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

