<?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: The future of phylogeny	</title>
	<atom:link href="https://www.polarmicrobes.org/the-future-of-phylogeny/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.polarmicrobes.org/the-future-of-phylogeny/</link>
	<description>Marine Microbial Ecology</description>
	<lastBuildDate>Sat, 17 Dec 2016 00:19:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Jeff		</title>
		<link>https://www.polarmicrobes.org/the-future-of-phylogeny/#comment-150</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Wed, 24 Jul 2013 17:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=865#comment-150</guid>

					<description><![CDATA[I received a great suggestion for simplifying this code, using the itertools module:

import itertools

aa=list(&#039;ACDEFGHIKLMNPQRSTVWY&#039;)
nmer_length = 5
aa_nmer = list(itertools.repeat(aa,nmer_length))
nmers = list(itertools.product(*aa_nmer))

print nmers]]></description>
			<content:encoded><![CDATA[<p>I received a great suggestion for simplifying this code, using the itertools module:</p>
<p>import itertools</p>
<p>aa=list(&#8216;ACDEFGHIKLMNPQRSTVWY&#8217;)<br />
nmer_length = 5<br />
aa_nmer = list(itertools.repeat(aa,nmer_length))<br />
nmers = list(itertools.product(*aa_nmer))</p>
<p>print nmers</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
