<?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>O&#124;B&#124;F News</title>
	<atom:link href="http://news.open-bio.org/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.open-bio.org/news</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Tue, 23 Jun 2009 15:42:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Biopython 1.51 beta released</title>
		<link>http://news.open-bio.org/news/2009/06/biopython-151-beta-released/</link>
		<comments>http://news.open-bio.org/news/2009/06/biopython-151-beta-released/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:42:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=373</guid>
		<description><![CDATA[<br/>A beta release for Biopython 1.51 is now available for download and testing.
In the two months since Biopython 1.50 was released, we have introduced support for writing features in GenBank files using Bio.SeqIO, extended SeqIO&#8217;s support for the FASTQ format to include files created by Illumina 1.3+, and added a new set of application wrappers [...]]]></description>
			<content:encoded><![CDATA[<br/><p>A <em>beta</em> release for Biopython 1.51 is now available for download and testing.</p>
<p>In the two months since <a href="http://news.open-bio.org/news/2009/04/biopython-release-150/">Biopython 1.50</a> was released, we have introduced support for writing features in GenBank files using <a href="http://biopython.org/wiki/SeqIO">Bio.SeqIO</a>, extended <a href="http://news.open-bio.org/news/2009/03/biopython-next-gen-sequencing/">SeqIO&#8217;s support for the FASTQ format</a> to include files created by Illumina 1.3+, and added a new set of application wrappers for alignment programs, and made numerous tweaks and bug fixes.</p>
<p>All the new features have been tested by the dev team but it&#8217;s possible there are cases that we haven&#8217;t been able to foresee and test, especially for the GenBank feature writer (as there as just so many possible odd fuzzy feature locations).</p>
<p>Note that as previously announced, Biopython no longer supports <a href="http://news.open-bio.org/news/2009/05/dropping-python23-support/">Python 2.3</a>, and our deprecated parsing infrastructure (Martel and Bio.Mindy) has been removed.</p>
<p>Source distributions and Windows installers are available from the <a href="http://biopython.org/wiki/Download">downloads</a> page on the <a href="http://biopython.org">Biopython website (biopython.org)</a>.</p>
<p>We are interested in getting feedback on the beta release as a whole, but especially on the new features and the <a href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">Biopython Tutorial and Cookbook</a> (<a href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">PDF</a>).</p>
<p>So, gather your courage, download the release, try it out and let us know what works and what doesn&#8217;t through the <a href="http://www.biopython.org/wiki/Mailing_lists">mailing lists</a> (or <a href="http://bugzilla.open-bio.org/">bugzilla</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/06/biopython-151-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clever tricks with NCBI Entrez EInfo (&amp; Biopython)</title>
		<link>http://news.open-bio.org/news/2009/06/ncbi-einfo-biopython/</link>
		<comments>http://news.open-bio.org/news/2009/06/ncbi-einfo-biopython/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 21:42:05 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[OBF]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=359</guid>
		<description><![CDATA[<br/>Constructing complicated Entrez searches can be tricky, but it turns out one of the <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/eutils_help.html">Entrez Programming Utilities</a> called <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/einfo_help.html">Entrez EInfo</a> can help. This can tell you all the searchable fields available for each of the Entrez databases.]]></description>
			<content:encoded><![CDATA[<br/><p>Constructing complicated NCBI Entrez searches can be tricky, but it turns out one of the <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/eutils_help.html">Entrez Programming Utilities</a> called <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/einfo_help.html">Entrez EInfo</a> can help.</p>
<p>For example, suppose you want to search for mitochondrial genomes from a given taxa &#8211; either just in the <a title="NCBI Entrez" href="http://www.ncbi.nlm.nih.gov/sites/entrez">Entrez web interface</a>, for use in a script with <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/esearch_help.html>ESearch</a> (where you might also download them with <a href="http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/efetch_help.html">EFetch</a>).</p>
<p>I knew from past experience about using <code>name[ORGN]</code> in Entrez to search for an organism name &#8211; but how would you specify just mitochondria? I actually worked this out from the NCBI help and exploring the Entrez website&#8217;s advanced search &#8211; but it took a while.</p>
<p>There is an easier way to find out the search fields available in Entrez! Just recently I came across an interesting <a href="http://nsaunders.wordpress.com/2009/05/27/querying-ncbi-entrez-database-fields-using-ruby/">blog post from Neil Saunders</a> (written a couple of weeks ago) showing how Entrez EInfo provides information about the search fields in XML format, and how you can use Ruby to process this.</p>
<p><a href="http://biopython.org">Biopython</a> can do this too of course &#8211; using <a href="http://www.biopython.org/DIST/docs/tutorial/Tutorial.html#chapter:entrez">Bio.Entrez</a> this took just a few lines of Python:</p>
<p><code>&gt;&gt;&gt; from Bio import Entrez<br />
&gt;&gt;&gt; data = Entrez.read(Entrez.einfo(db="genome"))<br />
&gt;&gt;&gt; for field in data["DbInfo"]["FieldList"] :<br />
...     print "%(Name)s, %(FullName)s, %(Description)s" % field<br />
...<br />
ALL, All Fields, All terms from all searchable fields<br />
UID, UID, Unique number assigned to each sequence<br />
FILT, Filter, Limits the records<br />
WORD, Text Word, Free text associated with record<br />
TITL, Title, Words in definition line<br />
KYWD, Keyword, Nonstandardized terms provided by submitter<br />
AUTH, Author, Author(s) of publication<br />
JOUR, Journal, Journal abbreviation of publication<br />
VOL, Volume, Volume number of publication<br />
ISS, Issue, Issue number of publication<br />
PAGE, Page Number, Page number(s) of publication<br />
<strong>ORGN, Organism, Scientific and common names of organism, and all higher levels of taxonomy</strong><br />
ACCN, Accession, Accession number of sequence<br />
PACC, Primary Accession, Does not include retired secondary accessions<br />
GENE, Gene Name, Name of gene associated with sequence<br />
PROT, Protein Name, Name of protein associated with sequence<br />
ECNO, EC/RN Number, EC number for enzyme or CAS registry number<br />
PDAT, Publication Date, Date sequence added to GenBank<br />
MDAT, Modification Date, Date of last update<br />
SUBS, Substance Name, CAS chemical name or MEDLINE Substance Name<br />
PROP, Properties, Classification by source qualifiers and molecule type<br />
SQID, SeqID String, String identifier for sequence<br />
GPRJ, Genome Project, Genome Project<br />
SLEN, Sequence Length, Length of sequence<br />
FKEY, Feature key, Feature annotated on sequence<br />
RTYP, Replicon type, Replicon type<br />
RNAM, Replicon name, Replicon name<br />
<strong>ORGL, Organelle, Organelle</strong><br />
</code></p>
<p>That gives us a list of all the fields we can currently search on in the Genome database (and you could use the same code for any of the other NCBI databases in Entrez &#8211; they probably all have different searchable fields). Very handy! The ones in bold are discussed below.</p>
<p>So for my particular search, using &#8220;ORGL&#8221; to filter on organelle looks sensible, and after a bit of trial and error on the website I ended up with <code>mitochondrion[ORGL]</code> as a useful filter (not mitochondrial, or mitochondria).</p>
<p>I already knew about using &#8220;ORGN&#8221; to filter on the organism, either by species name or with a suitably formatted NCBI taxon ID (which you can get by searching or browsing the Entrez taxonomy database), e.g. <code>txid9443[ORGN]</code> gives <a href="http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=9443">primates</a>.</p>
<p>Putting these together, to get <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=genome&#038;term=txid9443[ORGN]%20AND%20mitochondrion[ORGL]">all the primate mitochondria in the Entrez genome database</a> you could use:</p>
<blockquote><p>txid9443[ORGN] AND mitochondrion[ORGL]</p></blockquote>
<p>Note that you have to use &#8220;AND&#8221; in upper case.</p>
<p>I think we&#8217;ll have to add something along these lines to the <a href="http://www.biopython.org/DIST/docs/tutorial/Tutorial.html">Biopython Tutorial and Cookbook</a> (<a href="http://www.biopython.org/DIST/docs/tutorial/Tutorial.pdf">PDF</a>)&#8230; <i>Update: That&#8217;s done now and will be included with our next release</i> <img src='http://news.open-bio.org/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Entrez rocks! (although their documentation could use a few more examples).</p>
<p>Peter</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/06/ncbi-einfo-biopython/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOSC Schedule Posted</title>
		<link>http://news.open-bio.org/news/2009/06/bosc-schedule-posted-2/</link>
		<comments>http://news.open-bio.org/news/2009/06/bosc-schedule-posted-2/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:09:18 +0000</pubDate>
		<dc:creator>Kam Dahlquist</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OBF]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/06/bosc-schedule-posted-2/</guid>
		<description><![CDATA[<br/>The BOSC 2009 schedule of speakers with links to abstracts has been posted at http://www.open-bio.org/wiki/BOSC_2009_Schedule.
]]></description>
			<content:encoded><![CDATA[<br/><p>The BOSC 2009 schedule of speakers with links to abstracts has been posted at <a href="http://www.open-bio.org/wiki/BOSC_2009_Schedule">http://www.open-bio.org/wiki/BOSC_2009_Schedule</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/06/bosc-schedule-posted-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-05-17</title>
		<link>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-17/</link>
		<comments>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-17/#comments</comments>
		<pubDate>Sun, 17 May 2009 23:00:00 +0000</pubDate>
		<dc:creator>obfadmin</dc:creator>
				<category><![CDATA[OBF]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-17/</guid>
		<description><![CDATA[<br/>
BOSC Update: Ruttenberg, Hanmer confirmed as Keynotes, Early Registration Deadline Friday: Alan Ruttenberg of Sc.. http://tinyurl.com/p3wy9a #

Powered by Twitter Tools.
]]></description>
			<content:encoded><![CDATA[<br/><ul class="aktt_tweet_digest">
<li>BOSC Update: Ruttenberg, Hanmer confirmed as Keynotes, Early Registration Deadline Friday: Alan Ruttenberg of Sc.. <a rel="nofollow" href="http://tinyurl.com/p3wy9a">http://tinyurl.com/p3wy9a</a> <a href="http://twitter.com/obf_news/statuses/1790651930">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOSC Update: Ruttenberg, Hanmer confirmed as Keynotes, Early Registration Deadline Friday</title>
		<link>http://news.open-bio.org/news/2009/05/bosc-update-ruttenberg-hanmer-confirmed-as-keynotes-early-registration-deadline-friday/</link>
		<comments>http://news.open-bio.org/news/2009/05/bosc-update-ruttenberg-hanmer-confirmed-as-keynotes-early-registration-deadline-friday/#comments</comments>
		<pubDate>Thu, 14 May 2009 01:12:53 +0000</pubDate>
		<dc:creator>Kam Dahlquist</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/05/bosc-update-ruttenberg-hanmer-confirmed-as-keynotes-early-registration-deadline-friday/</guid>
		<description><![CDATA[<br/>Alan Ruttenberg of Science Commons and Robert Hanmer of the Hillside Group have been confirmed as Keynote Speakers for BOSC 2009.  For more information, see the BOSC 2009 web site at http://www.open-bio.org/wiki/BOSC_2009. 
Abstract acceptances went out today&#8211;stay tuned for the schedule, which will be posted once the speakers have confirmed their invitations.
The early registration deadline for [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Alan Ruttenberg of Science Commons and Robert Hanmer of the Hillside Group have been confirmed as Keynote Speakers for BOSC 2009.  For more information, see the BOSC 2009 web site at <a href="http://www.open-bio.org/wiki/BOSC_2009">http://www.open-bio.org/wiki/BOSC_2009</a>. </p>
<p>Abstract acceptances went out today&#8211;stay tuned for the schedule, which will be posted once the speakers have confirmed their invitations.</p>
<p>The early registration deadline for BOSC is Friday, May 15; don&#8217;t forget to take advantage of the discounted fee for early registrants at <a href="http://www.iscb.org/ismbeccb2009/registration.php">http://www.iscb.org/ismbeccb2009/registration.php</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/05/bosc-update-ruttenberg-hanmer-confirmed-as-keynotes-early-registration-deadline-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-05-10</title>
		<link>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-10/</link>
		<comments>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-10/#comments</comments>
		<pubDate>Sun, 10 May 2009 23:00:00 +0000</pubDate>
		<dc:creator>obfadmin</dc:creator>
				<category><![CDATA[OBF]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-10/</guid>
		<description><![CDATA[<br/>
Dropping Python 2.3 Support: As announced here, any last minute requests to postpone dropping support for Python.. http://tinyurl.com/daypom #

Powered by Twitter Tools.
]]></description>
			<content:encoded><![CDATA[<br/><ul class="aktt_tweet_digest">
<li>Dropping Python 2.3 Support: As announced here, any last minute requests to postpone dropping support for Python.. <a rel="nofollow" href="http://tinyurl.com/daypom">http://tinyurl.com/daypom</a> <a href="http://twitter.com/obf_news/statuses/1715004077">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropping Python 2.3 Support</title>
		<link>http://news.open-bio.org/news/2009/05/dropping-python23-support/</link>
		<comments>http://news.open-bio.org/news/2009/05/dropping-python23-support/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:22:50 +0000</pubDate>
		<dc:creator>johnm</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=343</guid>
		<description><![CDATA[<br/>As announced here, any last minute requests to postpone dropping support for Python 2.3 from the next release of Biopython must be posted to the main Biopython mailing list no later than Friday, May 8.
]]></description>
			<content:encoded><![CDATA[<br/><p>As announced <a title="Biopython discussion archive" href="http://lists.open-bio.org/pipermail/biopython/2009-May/005148.html">here</a>, any last minute requests to postpone dropping support for Python 2.3 from the next release of <a href="http://biopython.org">Biopython</a> must be posted to the <a title="Biopython mailing lists" href="http://www.biopython.org/wiki/Mailing_lists">main Biopython mailing list</a> no later than Friday, May 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/05/dropping-python23-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-05-03</title>
		<link>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-03/</link>
		<comments>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-03/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:00:00 +0000</pubDate>
		<dc:creator>obfadmin</dc:creator>
				<category><![CDATA[OBF]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-03/</guid>
		<description><![CDATA[<br/>
Biopython projects chosen for Google Summer of Code: Congratulations to Nick Matzke and Eric Talevich who have h.. http://tinyurl.com/cx9f34 #
Introducing (and expanding) the Biopython Cookbook: Hi all,
You may have noticed we’re trying out using th.. http://tinyurl.com/c7ef6h #

Powered by Twitter Tools.
]]></description>
			<content:encoded><![CDATA[<br/><ul class="aktt_tweet_digest">
<li>Biopython projects chosen for Google Summer of Code: Congratulations to Nick Matzke and Eric Talevich who have h.. <a rel="nofollow" href="http://tinyurl.com/cx9f34">http://tinyurl.com/cx9f34</a> <a href="http://twitter.com/obf_news/statuses/1627795367">#</a></li>
<li>Introducing (and expanding) the Biopython Cookbook: Hi all,<br />
You may have noticed we’re trying out using th.. <a rel="nofollow" href="http://tinyurl.com/c7ef6h">http://tinyurl.com/c7ef6h</a> <a href="http://twitter.com/obf_news/statuses/1658519411">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/05/twitter-weekly-updates-for-2009-05-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing (and expanding) the Biopython Cookbook</title>
		<link>http://news.open-bio.org/news/2009/04/biopython-cookbook-wiki/</link>
		<comments>http://news.open-bio.org/news/2009/04/biopython-cookbook-wiki/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 01:36:39 +0000</pubDate>
		<dc:creator>davidw</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=331</guid>
		<description><![CDATA[<br/>Hi all,
You may have noticed we&#8217;re trying out using the wiki for Biopython cookbook entries. It&#8217;s a new idea so at the moment there are only a few &#8216;recipes&#8217; on offer.  If you have some tricks you find yourself using time and again to solve a problem why not share them? Similarly, if you [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Hi all,</p>
<p>You may have noticed we&#8217;re trying out using the wiki for <a href="http://biopython.org/wiki/Category:Cookbook">Biopython cookbook entries</a>. It&#8217;s a new idea so at the moment there are only a few &#8216;recipes&#8217; on offer.  If you have some tricks you find yourself using time and again to solve a problem why not share them? Similarly, if you find yourself coming up against a problem you can&#8217;t seem to solve easily with Biopython&#8217;s tools send a message to one of the <a href="http://biopython.org/wiki/Mailing_lists">mailing lists</a> proposing it as a cookbook example and someone just might solve it for you!</p>
<p>There are also several short examples in the main &#8220;<a href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">Biopython Tutorial and Cookbook</a>&#8221; (<a href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">pdf version</a>) which might be worth copying/moving to the wiki.  What would you pick from here?</p>
<p>Feedback from <a href="http://www.biopython.org">Biopython</a> newcomers would be especially valuable! <span class="moz-smiley-s1"><span> <img src='http://news.open-bio.org/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/04/biopython-cookbook-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biopython projects chosen for Google Summer of Code</title>
		<link>http://news.open-bio.org/news/2009/04/biopython-projects-chosen-for-google-summer-of-code/</link>
		<comments>http://news.open-bio.org/news/2009/04/biopython-projects-chosen-for-google-summer-of-code/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 09:14:03 +0000</pubDate>
		<dc:creator>davidw</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=328</guid>
		<description><![CDATA[<br/>Congratulations to Nick Matzke and Eric Talevich who have had Biopython projects accepted for this year&#8217;s  Google Summer of Code. Both projects were accepted as part of The National Evolutionary Synthesis Center&#8217;s (NESCent) involvement as a mentoring organisation with the program.
Nick will spend his summer working on modules that access locality data from biodiversity [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Congratulations to Nick Matzke and Eric Talevich who have had <a href="http://www.biopython.org">Biopython</a> projects accepted for this year&#8217;s  <a href="http://code.google.com/soc/">Google Summer of Code</a>. Both projects were accepted as part of <a href="http://www.nescent.org/index.php">The National Evolutionary Synthesis Center&#8217;s (NESCent)</a> involvement as a mentoring organisation with the program.</p>
<p>Nick will spend his summer working on modules that access locality data from biodiversity databases and incorporate this information in biogeographical and phylogenetic analyses (<a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/nescent/t124022798250">Nick&#8217;s abstract</a>) while Eric will be building a parser for the emerging PhyloXML format for storing and sharing phylogenetic trees (<a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/nescent/t124022798969">Eric&#8217;s abstract</a>).</p>
<p>Congratulations to Nick and Eric and to their mentors Stephen Smith and Brad Chapman (who has <a href="http://bcbio.wordpress.com/2009/04/20/biopython-projects-for-google- summer-of-code/">his own post on this topic</a>) and thanks to Google and NESCent for their support of these projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/04/biopython-projects-chosen-for-google-summer-of-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
