<?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: Fasta module: generating reverse complement of DNA sequences</title>
	<atom:link href="http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/</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: Obtaining overrepresented motifs in DNA sequences, part 8</title>
		<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/comment-page-1/#comment-13984</link>
		<dc:creator>Obtaining overrepresented motifs in DNA sequences, part 8</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/#comment-13984</guid>
		<description>[...] instead of a &#8220;pure&#8221; generator it uses generator expressions which a very similar to list comprehensions but with parentheses instead of square brackets. Generator expressions are generators that can be [...]</description>
		<content:encoded><![CDATA[<p>[...] instead of a &#8220;pure&#8221; generator it uses generator expressions which a very similar to list comprehensions but with parentheses instead of square brackets. Generator expressions are generators that can be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/comment-page-1/#comment-11716</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Tue, 22 Apr 2008 01:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/#comment-11716</guid>
		<description>Hi Bruce

Yes, I was aware of that solution, thanks for pointing out. I haven&#039;t introduced some of the string methods, so I tried to keep it simple for the time being. Less pythonic I admit, but still simple to understand. Similar to what is on

http://www.onlamp.com/pub/a/python/2002/10/17/biopython.html?page=4

Paulo</description>
		<content:encoded><![CDATA[<p>Hi Bruce</p>
<p>Yes, I was aware of that solution, thanks for pointing out. I haven&#8217;t introduced some of the string methods, so I tried to keep it simple for the time being. Less pythonic I admit, but still simple to understand. Similar to what is on</p>
<p><a href="http://www.onlamp.com/pub/a/python/2002/10/17/biopython.html?page=4" rel="nofollow">http://www.onlamp.com/pub/a/python/2002/10/17/biopython.html?page=4</a></p>
<p>Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Southey</title>
		<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/comment-page-1/#comment-11710</link>
		<dc:creator>Bruce Southey</dc:creator>
		<pubDate>Mon, 21 Apr 2008 21:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/#comment-11710</guid>
		<description>This is overly complex, a better solution via Andrew Dalke
http://www.dalkescientific.com/writings/NBN/python_intro/functions.html

rcomp=sequence.translate(string.maketrans(&quot;ATCG&quot;, &quot;TAGC&quot;))[::-1]</description>
		<content:encoded><![CDATA[<p>This is overly complex, a better solution via Andrew Dalke<br />
<a href="http://www.dalkescientific.com/writings/NBN/python_intro/functions.html" rel="nofollow">http://www.dalkescientific.com/writings/NBN/python_intro/functions.html</a></p>
<p>rcomp=sequence.translate(string.maketrans(&#8220;ATCG&#8221;, &#8220;TAGC&#8221;))[::-1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/comment-page-1/#comment-10614</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/#comment-10614</guid>
		<description>Hi

It should be OK now. Thanks for pointing out.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>It should be OK now. Thanks for pointing out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinl</title>
		<link>http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/comment-page-1/#comment-10606</link>
		<dc:creator>kevinl</dc:creator>
		<pubDate>Mon, 24 Mar 2008 09:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/03/11/fasta-module-generating-reverse-complement-of-dna-sequences/#comment-10606</guid>
		<description>hmm got a 403 error while downloading ur fasta.py in the repos</description>
		<content:encoded><![CDATA[<p>hmm got a 403 error while downloading ur fasta.py in the repos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

