<?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 &#187; BioPerl</title>
	<atom:link href="http://news.open-bio.org/news/category/obf-projects/bioperl/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.open-bio.org/news</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Mon, 11 Feb 2013 15:42:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.3-beta1</generator>
		<item>
		<title>Travis-CI for Testing</title>
		<link>http://news.open-bio.org/news/2012/07/travis-ci-for-testing/</link>
		<comments>http://news.open-bio.org/news/2012/07/travis-ci-for-testing/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 13:24:09 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=949</guid>
		<description><![CDATA[<a href="http://bioruby.org">BioRuby</a>, <a href="http://biopython.org">Biopython</a> and <a href="bioperl.org">BioPerl</a> are now using <a href="http://travis-ci.org">Travis-CI.org</a>, a hosted continuous integration service for the open source community, to run their unit tests automatically whenever their <a href="http://github.com">GitHub</a> repositories are updated. <a href="http://news.open-bio.org/news/2012/07/travis-ci-for-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier this year <a href="http://bioruby.org">BioRuby</a> and then <a href="http://biopython.org">Biopython</a> and <a href="http://bioperl.org">BioPerl</a> started using <a href="http://travis-ci.org">Travis-CI.org</a>, a hosted continuous integration service for the open source community, to run their unit tests automatically whenever their <a href="http://github.com">GitHub</a> repositories are updated:</p>
<ul>
<li><a href="http://travis-ci.org/bioruby/bioruby/"><img src="https://secure.travis-ci.org/bioruby/bioruby.png?branch=master" alt="BioRuby on Travis-CI.org" /></a> <a href="http://travis-ci.org/bioruby/bioruby/">BioRuby</a>
</li>
<li><a href="http://travis-ci.org/biopython/biopython/"><img src="https://secure.travis-ci.org/biopython/biopython.png?branch=master" alt="Biopython on Travis-CI.org" /></a> <a href="http://travis-ci.org/biopython/biopython/">Biopython</a>
</li>
<li><a href="http://travis-ci.org/bioperl/bioperl-live/"><img src="https://secure.travis-ci.org/bioperl/bioperl-live.png?branch=master" alt="BioPerl on Travis-CI.org" /></a> <a href="http://travis-ci.org/bioperl/bioperl-live/">BioPerl</a>
</li>
</ul>
<p>The BioRuby team are also using Travis-CI for automated testing of their new &#8216;plugin&#8217; ecosystem, BioRuby Gems, or <a href="http://www.biogems.info/">BioGems</a>.</p>
<p>Travis-CI gives us continuous testing, but for the moment only covers <a href="http://about.travis-ci.org/docs/user/ci-environment/">one operating system</a> (currently 32 bit Ubuntu Linux using Virtual Machines). This automated testing is therefore complementary to our existing <a href="http://testing.open-bio.org/">OBF BuildBot server</a> which aims to run nightly tests on volunteer developer machines setup to cover a broad range of operating systems and configurations.</p>
<p>However, Travis-CI are working on a new feature &#8211; <a href="http://about.travis-ci.org/blog/announcing-pull-request-support/">automatic testing of pull requests</a>, currently only available on a donation basis &#8211; which the OBF was happy to support.</p>
<p>What this means is that when a contributor has some code ready for integration, they can issue a <a href="https://help.github.com/articles/using-pull-requests/">GitHub pull request</a>, and then Travis-CI will automatically run the unit tests with those proposed changes. This is something that currently the core-developers would normally do manually as part of evaluating proposed changes, so having this happen automatically should be a big help.</p>
<p>We&#8217;re excited about making more use of Travis-CI for other <a href="http://www.open-bio.org/wiki/Projects">OBF projects</a>. Thus far we&#8217;ve been really impressed with Travis-CI.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2012/07/travis-ci-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl-DB, BioPerl-Run, BioPerl-Network 1.6.9 released</title>
		<link>http://news.open-bio.org/news/2011/04/bioperl-db-bioperl-run-bioperl-network-1-6-9-release/</link>
		<comments>http://news.open-bio.org/news/2011/04/bioperl-db-bioperl-run-bioperl-network-1-6-9-release/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 20:12:53 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=826</guid>
		<description><![CDATA[The latest BioPerl-DB, BioPerl-Run, and BioPerl-Network code has been released to CPAN: BioPerl-Run BioPerl-DB BioPerl-Network Please report any bugs to our Redmine server. Enjoy! chris]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px} -->The latest BioPerl-DB, BioPerl-Run, and BioPerl-Network code has been released to CPAN:</p>
<ul>
<li><a href="http://search.cpan.org/dist/BioPerl-Run/" target="_blank">BioPerl-Run</a></li>
<li><a href="http://search.cpan.org/dist/BioPerl-DB/" target="_blank">BioPerl-DB</a></li>
<li><a href="http://search.cpan.org/dist/BioPerl-Network/" target="_blank">BioPerl-Network</a></li>
</ul>
<p><span style="font-size: 16px;font-family: Georgia, 'Bitstream Charter', serif;line-height: 24px">Please report any bugs to our <a href="https://redmine.open-bio.org/" target="_blank">Redmine server</a>.</span></p>
<p>Enjoy!</p>
<p>chris</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2011/04/bioperl-db-bioperl-run-bioperl-network-1-6-9-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl 1.6.9 released</title>
		<link>http://news.open-bio.org/news/2011/04/bioperl-1-6-9-released/</link>
		<comments>http://news.open-bio.org/news/2011/04/bioperl-1-6-9-released/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 20:03:27 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=822</guid>
		<description><![CDATA[BioPerl 1.6.9 is now available in CPAN.  In this release: Refactored Bio::Species/Bio::Tree New SeqIO modules (gbxml, msout, mbsout) Updates for perl 5.12 Bio::Assembly support for SAM/BAM, Newbler, ace output Bio::DB::SeqFeature updates PAML updated to work with v. 4.4d lots of &#8230; <a href="http://news.open-bio.org/news/2011/04/bioperl-1-6-9-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://search.cpan.org/~cjfields/BioPerl-1.6.900/">BioPerl 1.6.9</a> is now available in CPAN.  In this release:</p>
<ul>
<li>Refactored Bio::Species/Bio::Tree</li>
<li>New SeqIO modules (gbxml, msout, mbsout)</li>
<li>Updates for perl 5.12</li>
<li>Bio::Assembly support for SAM/BAM, Newbler, ace output</li>
<li>Bio::DB::SeqFeature updates</li>
<li>PAML updated to work with v. 4.4d</li>
<li>lots of various bug fixes, around 50</li>
</ul>
<p>Just to note, this is the first release after we reworked the Build.PL system, so we will probably hit a few speed bumps along the way.  This is in effort to simplify the process for further work this summer on modularizing BioPerl, but it also makes new releases much easier to make.  In particular, this has only been tested on Ubuntu Linux and Mac OS X (no Windows testing has occurred yet).    Please post if there are any problems.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2011/04/bioperl-1-6-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OBF and Google Summer of Code 2011</title>
		<link>http://news.open-bio.org/news/2011/03/obf-gsoc-2011/</link>
		<comments>http://news.open-bio.org/news/2011/03/obf-gsoc-2011/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:44:22 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=803</guid>
		<description><![CDATA[Google announced today the Open Bioinformatics Foundation (OBF) has been accepted as a mentoring organization for the 2011 Google Summer of Code! <a href="http://news.open-bio.org/news/2011/03/obf-gsoc-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Great news: Google announced today that the Open Bioinformatics Foundation (OBF) has been accepted as a mentoring organization for this summer&#8217;s Google Summer of Code!</p>
<p>GSoC is a Google-sponsored student internship program for open-source projects, open to students from around the world (not just US residents). Students are paid a $5000 USD stipend to work as a developer on an open-source project for the summer. For more on GSoC, see <a href="http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2011/faqs">GSoC 2011 FAQ</a>.</p>
<p>Student applications are due April 8, 2011 at 19:00 UTC.  Students who are interested in participating should look at the <a href="http://open-bio.org/wiki/Google_Summer_of_Code">OBF&#8217;s GSoC page</a>, which lists project ideas, and whom to contact about applying. </p>
<p>For current developers on OBF projects, please consider volunteering to be a mentor if you have not already, and contribute project ideas.  Just list your name and project ideas on the <a href="http://open-bio.org/wiki/Google_Summer_of_Code">OBF wiki page</a>, and on the relevant project&#8217;s GSoC wiki page.</p>
<p>Thanks to all who helped make OBF&#8217;s application to GSoC a success, and let&#8217;s have a great, productive summer of code!</p>
<p>Rob Buels<br />
OBF GSoC 2011 Administrator</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2011/03/obf-gsoc-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction of OpenID logins for OBF wikis</title>
		<link>http://news.open-bio.org/news/2011/03/introduction-of-openid-logins-for-obf-wikis/</link>
		<comments>http://news.open-bio.org/news/2011/03/introduction-of-openid-logins-for-obf-wikis/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:29:38 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=792</guid>
		<description><![CDATA[Due to a huge influx of spam across all OBF wikis, we are in the process of locking down new user account creation and adding OpenID logins for the OBF wikis (BioPerl example). User account creation via the old login &#8230; <a href="http://news.open-bio.org/news/2011/03/introduction-of-openid-logins-for-obf-wikis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to a huge influx of spam across all OBF wikis, we are in the process of locking down new user account creation and adding <a href="http://openid.net/">OpenID</a> logins for the OBF wikis (BioPerl <a href="http://www.bioperl.org/w/index.php?title=Special:OpenIDLogin&amp;returnto=Main_Page">example</a>). User account creation via the old login system will be disabled and OpenID will be the default path for new accounts so users to make wiki changes.  This currently appears to have cut the incidence of spam significantly.  We will be adding information to the login pages to redirect new users to the new login page.</p>
<p>We also have one wiki (<a href="http://biolib.open-bio.org">BioLib</a>) that is testing out manual account approval via a wiki bureaucrat in case we have to take more extreme measures, though we would like to leave the barrier to community involvement with projects at the lowest possible level.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2011/03/introduction-of-openid-logins-for-obf-wikis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OBF Redmine server now available</title>
		<link>http://news.open-bio.org/news/2011/03/obf-redmine-server-now-available/</link>
		<comments>http://news.open-bio.org/news/2011/03/obf-redmine-server-now-available/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:07:02 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=789</guid>
		<description><![CDATA[The OBF now has a sparkly new Redmine instance running on Amazon EC2, thanks to efforts from Chris Dagdigian and Jason Stajich (with some admin help from yours truly).  Bugs and user names (along with email contacts) from our old Bugzilla &#8230; <a href="http://news.open-bio.org/news/2011/03/obf-redmine-server-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The OBF now has a sparkly new <a href="http://redmine.open-bio.org">Redmine instance</a> running on Amazon EC2, thanks to efforts from Chris Dagdigian and Jason Stajich (with some admin help from yours truly).  Bugs and user names (along with email contacts) from our old <a href="http://bugzilla.open-bio.org">Bugzilla</a> v2 server have been migrated over, though some links need to be <a href="http://redmine.open-bio.org/issues/3183">fixed</a>.</p>
<p><a href="http://www.redmine.org">Redmine</a> is a project management web application that has <a href="http://www.redmine.org/projects/redmine/wiki/Features">several nice features</a> over other systems, including issue tracking, multiple project management, wikis, forums, and calendaring.</p>
<p>Previous Bugzilla users will need to either <a href="http://redmine.open-bio.org/account/lost_password">reset their password</a> using their original Bugzilla login (an email address) or contact the OBF Helpdesk to get their password.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2011/03/obf-redmine-server-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl has moved to GitHub</title>
		<link>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/</link>
		<comments>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:18:33 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=695</guid>
		<description><![CDATA[BioPerl has migrated to git and GitHub!  We have also set up a mirror set of several key repositories at the great public git hosting site repo.or.cz. If you are a current BioPerl developer (had a previous account for direct access &#8230; <a href="http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>BioPerl has migrated to <a href="http://git-scm.com/">git</a> and <a href="http://github.com/bioperl">GitHub</a>!  We have also set up a mirror set of several key repositories at the great public git hosting site<a href="http://repo.or.cz/w"> repo.or.cz</a>.</p>
<p>If you are a current BioPerl developer (had a previous account for direct access to our prior Subversion repository), please sign up for a GitHub account and let us know your user ID.  Also, add the extra email <a href="http://news.open-bio.org/news/wp-content/uploads/2010/05/generic.jpg"><img class="alignnone size-full wp-image-703" src="http://news.open-bio.org/news/wp-content/uploads/2010/05/generic.jpg" alt="" width="137" height="15" /></a> (where &#8216;DEVNAME&#8217; is your <strong>original Subversion account ID</strong>).  This should map any previous commits from the older Subversion and CVS repository to your new GitHub account.</p>
<p>The following are ways everyone can download the latest code.</p>
<h2>Using git</h2>
<p>Note you can replace &#8216;bioperl-live.git&#8217; with any of the repository names (bioperl-db, bioperl-run, etc).  For BioPerl developers (GitHub collaborators) you have a choice of SSH or HTTP:</p>
<pre><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace;line-height: 18px;font-size: 12px">  git clone git@github.com:bioperl/bioperl-live.git</span></pre>
<pre><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace;line-height: 18px;font-size: 12px">  git clone https://bioperl@github.com/bioperl/bioperl-live.git</span></pre>
<p>The open read-only link (for everyone):</p>
<pre>  git clone git://github.com/bioperl/bioperl-live.git</pre>
<p>or using the mirror site:</p>
<pre><code>  git clone git://repo.or.cz/bioperl-live.git</code></pre>
<h2>Using SVN (read-only)</h2>
<p>We will also support read-only access to GitHub with Subversion.  We may allow write support at some later point.  To use svn:</p>
<pre>  svn checkout http://svn.github.com/bioperl/bioperl-live.git</pre>
<h2>Direct downloads</h2>
<p>Tagged releases can be found here:</p>
<p><a href="http://github.com/bioperl/bioperl-live/downloads">http://github.com/bioperl/bioperl-live/downloads</a></p>
<p>The latest source code here:</p>
<p><a href="http://github.com/bioperl/bioperl-live/archives/master">http://github.com/bioperl/bioperl-live/archives/master</a></p>
<h2><strong>Forking BioPerl and Pull Requests</strong></h2>
<p>We intend on using git and GitHub to their fullest.  With that in mind, we encourage users to <a href="http://help.github.com/forking/">fork</a> BioPerl code, make changes, commit them to your forked repository, and submit <a href="http://github.com/guides/pull-requests">pull requests</a>.</p>
<h2>Documentation</h2>
<p>We&#8217;re also in the process of updating our local developer documents for help with those who haven&#8217;t used git before.  In particular, we have a <a href="http://www.bioperl.org/wiki/Using_Git">Using Git</a> page, and have added <a href="http://www.bioperl.org/wiki/Tracking_Git_commits">RSS feeds</a> for our repository commits.</p>
<p>Enjoy!</p>
<p>chris</p>
<p><strong>Update: </strong>SVN version fixed, thanks to DaveMessina++ for pointing it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>O&#124;B&#124;F Google Summer of Code Accepted Students</title>
		<link>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/</link>
		<comments>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/#comments</comments>
		<pubDate>Sun, 02 May 2010 19:37:03 +0000</pubDate>
		<dc:creator>Robert Buels</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=691</guid>
		<description><![CDATA[I&#8217;m pleased to announce the acceptance of OBF&#8217;s 2010 Google Summer of Code students, listed in alphabetical order with their project titles and primary mentors: Mark Chapman (PM Andreas Prlic) &#8211; Improvements to BioJava including Implementation of Multiple Sequence Alignment &#8230; <a href="http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the acceptance of <a href="http://www.open-bio.org/wiki/Google_Summer_of_Code">OBF&#8217;s 2010 Google Summer of Code</a> students, listed in alphabetical order with their project titles and primary mentors:</p>
<p>Mark Chapman (PM Andreas Prlic) &#8211; Improvements to BioJava including Implementation of Multiple Sequence Alignment Algorithms</p>
<p>Jianjiong Gao (PM Peter Rose) &#8211; BioJava Packages for Identification, Classification, and Visualization of Posttranslational Modification of Proteins</p>
<p>Kazuhiro Hayashi (PM Naohisa Goto) &#8211; Ruby 1.9.2 support of BioRuby</p>
<p>Sara Rayburn (PM Christian Zmasek) &#8211; Implementing Speciation &amp; Duplication Inference Algorithm for Binary and Non-binary Species Tree</p>
<p>Joao Pedro Garcia Lopes Maia Rodrigues (PM Eric Talevich) &#8211; Extending Bio.PDB: broadening the usefulness of BioPython&#8217;s Structural Biology module</p>
<p>Jun Yin (PM Chris Fields) &#8211; BioPerl Alignment Subsystem Refactoring</p>
<p>Congratulations to our accepted students!</p>
<p>All told, we had 52 applications submitted for the 6 slots (5 originally assigned, plus 1 extra) allotted to us by Google.  Proposals were extremely competitive: 6 out of 52 translates to an 11.5% acceptance rate.  We received a lot of really excellent proposals, the decisions were not easy.</p>
<p>Thanks very much to all the students who applied, we very much appreciate your hard work.</p>
<p>Here&#8217;s to a great 2010 Summer of Code, I&#8217;m sure these students will do wonderful work.</p>
<p>Rob Buels<br />
O|B|F GSoC 2010 Administrator</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O&#124;B&#124;F in Google Summer of Code</title>
		<link>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/</link>
		<comments>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 18:26:52 +0000</pubDate>
		<dc:creator>Robert Buels</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=621</guid>
		<description><![CDATA[O&#124;B&#124;F is in Google Summer of Code, student applications due to Google April 9, 2010. <a href="http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div lang="x-western">
<p>The Open Bioinformatics Foundation has been accepted as a mentoring organization for this summer&#8217;s Google Summer of Code.  Our list of project ideas and mentors is linked from the <a title="O|B|F GSoC" href="http://open-bio.org/wiki/Google_Summer_of_Code" target="_blank">O|B|F GSoC page</a>.</p>
</div>
<div lang="x-western">
<p>Student applications must be submitted to Google by<strong> April 9, 2010,</strong> see the <a href="http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs">official GSoC 2010 FAQ</a>. That is less than three weeks away! <span id="more-621"></span></p>
</div>
<div lang="x-western">
<p>Students, have a look at that wiki page, contact the project you&#8217;re interested in working with, and get rolling on that application post-haste.  A good GSoC application takes quite a bit of thought and effort to put together.  <strong>Students are encouraged to get help from mentors to put together a good application.</strong></p>
</div>
<div lang="x-western">Current developers on O|B|F projects, have a look through the <a href="http://en.flossmanuals.net/GSoCMentoringGuide">GSoC Mentoring Guide</a>, and if it looks like something you want to do, there&#8217;s still time to volunteer as a prospective mentor.  Just add your name to the O|B|F and project wiki pages, and contribute your project ideas.  Even if you don&#8217;t have project ideas of your own, it&#8217;s good to volunteer.</div>
<div lang="x-western">
<p>Google Summer of Code is a Google-sponsored student internship program for open-source projects, open to students from around the world (not just US residents).   Students are paid a $5,000 USD stipend to work as a developer on an open-source project for the summer. For more on GSoC, see the <a href="http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs">official GSoC 2010 FAQ</a>.<a href="http://tinyurl.com/yzemdfo"></a></p>
<p>Thanks to all who helped make OBF&#8217;s application to GSoC a success, and let&#8217;s have a great, productive summer of code!</p>
<p>Rob Buels<a href="mailto:rmb32@cornell.edu?s=GSoC"></a><br />
O|B|F GSoC 2010 Administrator</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl at GMOD Meeting 2010</title>
		<link>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/</link>
		<comments>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:58:58 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=603</guid>
		<description><![CDATA[BioPerl developers and users attended the BioPerl satellite meeting on January 13th, just prior to the GMOD Meeting.  Several items were covered on the agenda: In order to start addressing whole genome data with more lightweight objects, we are planning on &#8230; <a href="http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>BioPerl developers and users attended the <a href="http://www.bioperl.org/wiki/GMOD_2010_Meeting">BioPerl satellite meeting</a> on January 13th, just prior to the <a href="http://gmod.org/wiki/January_2010_GMOD_Meeting">GMOD Meeting</a>.  Several items were covered on the agenda:</p>
<ul>
<li>In order to start addressing whole genome data with more lightweight objects, we are planning on setting up a lightweight Bio::SeqI object that has a flexible DB backend (i.e. Bio::DB::SeqFeature::Store or similar).  We are also contemplating adding lazy parsing for some parsers, possibly using the Bio::PullParserI methods (or similar) that Sendu Bala created.</li>
<li>After a final  1.6 branch point release, we may &#8216;freeze&#8217; BioPerl in a maintenance mode, primarily so that we can reorganize core into several more easily installed subdistributions on a branch.  New modules will essentially be additional separate repos that will depend on BioPerl core.  This reorganization has been discussed for a few years now, and as we edge closer to starting this (probably this spring) we&#8217;ll announce more details.</li>
<li>Some initial thoughts on how to handle circular genomes more efficiently.  We essentially do this already, but it isn&#8217;t full-proof.</li>
<li>Need some significant time dedicated towards GFF3-based coding (reimplement FeatureIO but allow some flexibility).  Rob Buels had started the initial run at splitting out FeatureIO, so next step is a true reimplementation.</li>
<li>We don&#8217;t plan on including Moose support for the immediate future, feeling that it would be better to reimplement some of the classes from scratch using Moose and similar as a BioPerl 2.0, or possibly await the impending Rakudo Perl 6 alpha and start afresh using that instead of Moose.</li>
</ul>
<p>Anything we missed?  Anything you would like to address?  Please add comments and we&#8217;ll discuss them on list.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
