<?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>Wed, 10 Mar 2010 22:45:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<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[<br/>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 setting up a lightweight Bio::SeqI object that has a flexible DB backend (i.e. Bio::DB::SeqFeature::Store or similar). [...]]]></description>
			<content:encoded><![CDATA[<br/><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>
		<item>
		<title>Sanger FASTQ format and the Solexa/Illumina variants</title>
		<link>http://news.open-bio.org/news/2009/12/nar-fastq-format/</link>
		<comments>http://news.open-bio.org/news/2009/12/nar-fastq-format/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:28:55 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Blogroll]]></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>
		<category><![CDATA[EMBOSS]]></category>
		<category><![CDATA[FASTQ]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=574</guid>
		<description><![CDATA[<br/>I&#8217;m delighted to announce an open access publication in Nucleic Acids Research describing the FASTQ file format based on the conventions agreed by the OBF projects:
The Sanger FASTQ file format for sequences with quality scores, and the Solexa/Illumina FASTQ variants
Peter J. A. Cock (Biopython), Christopher J. Fields (BioPerl), Naohisa Goto (BioRuby), Michael L. Heuer (BioJava) [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I&#8217;m delighted to announce an open access publication in <em>Nucleic Acids Research</em> describing the FASTQ file format based on the conventions agreed by the OBF projects:</p>
<blockquote><p><a href="http://dx.doi.org/10.1093/nar/gkp1137">The Sanger FASTQ file format for sequences with quality scores, and the Solexa/Illumina FASTQ variants</a><br />
Peter J. A. Cock (<a href="http://www.biopython.org">Biopython</a>), Christopher J. Fields (<a href="http://www.bioperl.org">BioPerl</a>), Naohisa Goto (<a href="http://www.bioruby.org">BioRuby</a>), Michael L. Heuer (<a href="http://www.biojava.org">BioJava</a>) and Peter M. Rice (<a href="http://emboss.sourceforge.net/">EMBOSS</a>).<br />
Nucleic Acids Research, <a href="http://dx.doi.org/10.1093/nar/gkp1137">doi:10.1093/nar/gkp1137</a></p></blockquote>
<p>This will hopefully serve as a reference describing the original standard Sanger FASTQ, and the two variants from Solexa/Illumina, and how to inter-convert between them.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/12/nar-fastq-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl interview in latest FLOSS Weekly</title>
		<link>http://news.open-bio.org/news/2009/11/bioperl-interview-for-floss-weekly/</link>
		<comments>http://news.open-bio.org/news/2009/11/bioperl-interview-for-floss-weekly/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 20:27:50 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></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=508</guid>
		<description><![CDATA[<br/>Two of the core BioPerl developers, Jason Stajich and Chris Fields, were interviewed by FLOSS Weekly.  The interview is now available as an MP3 on the FLOSS Weekly website; several streaming versions (including podcast) are also available.
]]></description>
			<content:encoded><![CDATA[<br/><p>Two of the core BioPerl developers, Jason Stajich and Chris Fields, were interviewed by FLOSS Weekly.  The interview is now available <a href="http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/floss0096.mp3" target="_blank">as an MP3</a> on the <a href="http://twit.tv/floss96">FLOSS Weekly</a> website; several streaming versions (including podcast) are also available.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/11/bioperl-interview-for-floss-weekly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/floss0096.mp3" length="33809093" type="audio/mpeg" />
		</item>
		<item>
		<title>BioPerl core 1.6.1 PPM available</title>
		<link>http://news.open-bio.org/news/2009/10/bioperl-core-1-6-1-ppm-available/</link>
		<comments>http://news.open-bio.org/news/2009/10/bioperl-core-1-6-1-ppm-available/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 05:18:40 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=456</guid>
		<description><![CDATA[<br/>BioPerl 1.6.1 is now available for ActivePerl as a PPM, instructions for downloading can be found on the BioPerl wiki.  This has been tested only for ActivePerl 5.10 and above, so any feedback with older versions of BioPerl would be greatly appreciated.
]]></description>
			<content:encoded><![CDATA[<br/><p>BioPerl 1.6.1 is now available for ActivePerl as a PPM, instructions for downloading can be found on the <a href="http://www.bioperl.org/wiki/Installing_Bioperl_on_Windows">BioPerl wiki</a>.  This has been tested only for ActivePerl 5.10 and above, so any feedback with older versions of BioPerl would be greatly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/10/bioperl-core-1-6-1-ppm-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First 1.6.1 alphas of BioPerl-Run, BioPerl-DB, BioPerl-Network</title>
		<link>http://news.open-bio.org/news/2009/10/first-alphas-of-bioperl-run-bioperl-db-bioperl-network/</link>
		<comments>http://news.open-bio.org/news/2009/10/first-alphas-of-bioperl-run-bioperl-db-bioperl-network/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 16:40:51 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=453</guid>
		<description><![CDATA[<br/>Running a bit late on this, so just a quick note that the first alphas for BioPerl-Run, BioPerl-DB, and BioPerl-Network have been uploaded to CPAN:

BioPerl-Run
BioPerl-DB
BioPerl-Network

They can also be downloaded from the BioPerl website:
http://bioperl.org/DIST/RC/
This is the first run where we&#8217;ve switched to a regular Module::Build installation, so expect some initial bumps!  There are a few [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Running a bit late on this, so just a quick note that the first alphas for BioPerl-Run, BioPerl-DB, and BioPerl-Network have been uploaded to CPAN:</p>
<ul>
<li><a href="http://search.cpan.org/~cjfields/BioPerl-Run-1.6.1_001/">BioPerl-Run</a></li>
<li><a href="http://search.cpan.org/~cjfields/BioPerl-DB-1.6.0_001/">BioPerl-DB</a></li>
<li><a href="http://search.cpan.org/~cjfields/BioPerl-Network-1.6.0_001/">BioPerl-Network</a></li>
</ul>
<p>They can also be downloaded from the BioPerl website:</p>
<p><a href="http://bioperl.org/DIST/RC/">http://bioperl.org/DIST/RC/</a></p>
<p>This is the first run where we&#8217;ve switched to a regular Module::Build installation, so expect some initial bumps!  There are a few initial problems that I plan on addressing soon, the main one being none of the modules are assigned version numbers (this may be a consequence of not pulling the version from a specific module).  The other, more serious one, is that the Build.PL script checks for DBI but isn&#8217;t checking for any compatible DBD::* adaptors for BioPerl-DB (so it fails tests if DBI is installed).  We have code in core to check for DBI drivers, so I may adapt that for BioPerl-DB.</p>
<p>Enjoy!</p>
<p>chris</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/10/first-alphas-of-bioperl-run-bioperl-db-bioperl-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl 1.6.1 released</title>
		<link>http://news.open-bio.org/news/2009/09/bioperl-1-6-1-released/</link>
		<comments>http://news.open-bio.org/news/2009/09/bioperl-1-6-1-released/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:55:27 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></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>
		<category><![CDATA[FASTQ]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=448</guid>
		<description><![CDATA[<br/>We are pleased to announce the immediate availability of BioPerl 1.6.1, the latest release of BioPerl&#8217;s core code.  You can grab it here:
Via CPAN:
http://search.cpan.org/~cjfields/BioPerl-1.6.1/
Via the BioPerl website:
http://bioperl.org/DIST/BioPerl-1.6.1.tar.bz2
 http://bioperl.org/DIST/BioPerl-1.6.1.tar.gz
 http://bioperl.org/DIST/BioPerl-1.6.1.zip
The PPM for Windows should also finally be available this week, ActivePerl problems permitting (we will post more information when it becomes available).
Tons of bug fixes [...]]]></description>
			<content:encoded><![CDATA[<br/><p>We are pleased to announce the immediate availability of BioPerl 1.6.1, the latest release of BioPerl&#8217;s core code.  You can grab it here:</p>
<p>Via CPAN:</p>
<p><a href="http://search.cpan.org/~cjfields/BioPerl-1.6.1/">http://search.cpan.org/~cjfields/BioPerl-1.6.1/</a></p>
<p>Via the BioPerl website:</p>
<p><a href="http://bioperl.org/DIST/BioPerl-1.6.1.tar.bz2">http://bioperl.org/DIST/BioPerl-1.6.1.tar.bz2</a><br />
<a href="http://bioperl.org/DIST/BioPerl-1.6.1.tar.gz"> http://bioperl.org/DIST/BioPerl-1.6.1.tar.gz</a><br />
<a href="http://bioperl.org/DIST/BioPerl-1.6.1.zip"> http://bioperl.org/DIST/BioPerl-1.6.1.zip</a></p>
<p>The PPM for Windows should also finally be available this week, ActivePerl problems permitting (we will post more information when it becomes available).</p>
<p>Tons of bug fixes and changes have been incorporated into this release.  For a more complete change list please see the &#8216;Changes&#8217; file included with the distribution.</p>
<p>A few highlights:</p>
<ul>
<li>FASTQ parsing and interconversion of the three FASTQ variants (Sanger, Illumina, Solexa) now works (a concerted OBF effort!)</li>
<li>Significant refactoring of Bio::Restriction methods</li>
<li>Complete refactoring of Bio::Search-related tiling code, including HOWTO documentation</li>
<li>GBrowse-related fixes:</li>
<li>- <em>berkeleydb database now autoindexes wig files and locks correctly</em></li>
<li>- <em>add Pg, SQLite, and faster BerkeleyDB implementations</em></li>
<li>Infernal 1.0 output is now parsed</li>
<li>New SearchIO-based parser for gmap -f9 output</li>
<li>BLAST XML parsing essentially complete</li>
<li>Installation via CPANPLUS should now work</li>
<li>For those using Strawberry Perl on Windows, the latest build is expected to pass all tests.</li>
<li>&#8216;raw&#8217; sequence format now parsed by line or optionally as a single sequence</li>
<li>SCF parsing/writing now round-trips</li>
<li>Demo code for using RPS-BLAST and Bio::Tools::Run::RemoteBlast</li>
<li>Bio::Tools::SeqPattern now has a backtranslate() method</li>
<li>Bio::Tree::Statistics now has methods to calculate Fitch-based score, internal trait values, statratio(), sum of leaf distances</li>
<li>Scripts</li>
<li><em>- update to bp_seqfeature_load for SQLite</em></li>
<li><em>- hivq.pl &#8211; commmand-line interface to Bio::DB::HIV</em></li>
<li><em>- fastam9_to_table &#8211; fix for MPI output</em></li>
<li><em>- gccalc &#8211; total stats</em></li>
<li><em>- einfo  &#8211; simple script to find up-to-date NCBI databases, list field and link values for a specific database</em></li>
</ul>
<p>We will shortly release updates for BioPerl-db, BioPerl-run, and BioPerl-network.  Enjoy!</p>
<p>chris</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/09/bioperl-1-6-1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release 1.6 of BioPerl-run, BioPerl-db, BioPerl-network</title>
		<link>http://news.open-bio.org/news/2009/02/release-16-of-bioperl-run-bioperl-db-bioperl-network/</link>
		<comments>http://news.open-bio.org/news/2009/02/release-16-of-bioperl-run-bioperl-db-bioperl-network/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 05:18:32 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=241</guid>
		<description><![CDATA[<br/>All,
I am proud to announce that the 1.6 release for BioPerl-run, BioPerl-
db, and BioPerl-network are now available by direct download and via
CPAN.  These are designated as 1.006000, with a requirement for
BioPerl 1.6 and higher (1.006000).
FIXED:
1) Bio::Tools::Run::Primer3 now accepts primer3 or primer3_core as
executable names
2) Bio::Tools::Run::Vista tests now pass if Vista.jar is installed.
3) bug fix in [...]]]></description>
			<content:encoded><![CDATA[<br/><p>All,</p>
<p>I am proud to announce that the 1.6 release for BioPerl-run, BioPerl-<br />
db, and BioPerl-network are now available by direct download and via<br />
CPAN.  These are designated as 1.006000, with a requirement for<br />
BioPerl 1.6 and higher (1.006000).</p>
<p>FIXED:</p>
<p>1) Bio::Tools::Run::Primer3 now accepts primer3 or primer3_core as<br />
executable names<br />
2) Bio::Tools::Run::Vista tests now pass if Vista.jar is installed.<br />
3) bug fix in bioperl-network</p>
<p>What remains for the 1.6 release series:</p>
<p>* Documentation, Documentation, and Documentation.  I haven&#8217;t had much<br />
time unfortunately to work on documentation, primarily for BUGS/<br />
INSTALL/README etc within db/run/network (the latter has been mainly<br />
updated by Brian O.)  I will attempt to update these for the next<br />
point release, tentatively scheduled for mid-April.</p>
<p>NOTE (so there is no confusion): the BioPerl-run archive is designated<br />
as BioPerl-1.6.1.tar.gz.  This is due to a small off-by-one bug in the<br />
test suite that passed for me locally but fails if primer3 isn&#8217;t<br />
installed.  This unfortunately required a reupload to PAUSE.  However,<br />
the minimal core version version required is still 1.006000.</p>
<p>Related to the above, I will sort out the versioning issues for the<br />
next point release as we arrive closer to it.  If needed we can bump<br />
the point release up to 1.6.2 to bring everything in sync.</p>
<p>Here they are!</p>
<p>BioPerl-run:</p>
<p>http://bioperl.org/DIST/BioPerl-run-1.6.1.tar.bz2</p>
<p>http://bioperl.org/DIST/BioPerl-run-1.6.1.tar.gz</p>
<p>http://bioperl.org/DIST/BioPerl-run-1.6.1.zip</p>
<p>BioPerl-db:</p>
<p>http://bioperl.org/DIST/BioPerl-db-1.6.0.tar.bz2</p>
<p>http://bioperl.org/DIST/BioPerl-db-1.6.0.tar.gz</p>
<p>http://bioperl.org/DIST/BioPerl-db-1.6.0.zip</p>
<p>BioPerl-network:</p>
<p>http://bioperl.org/DIST/BioPerl-network-1.6.0.tar.bz2</p>
<p>http://bioperl.org/DIST/BioPerl-network-1.6.0.tar.gz</p>
<p>http://bioperl.org/DIST/BioPerl-network-1.6.0.zip</p>
<p>SIGNATURES:</p>
<p>http://bioperl.org/DIST/SIGNATURES.md5</p>
<p>Cheers!</p>
<p>chris</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/02/release-16-of-bioperl-run-bioperl-db-bioperl-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl 1.6 released</title>
		<link>http://news.open-bio.org/news/2009/01/bioperl-16-released/</link>
		<comments>http://news.open-bio.org/news/2009/01/bioperl-16-released/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 00:56:53 +0000</pubDate>
		<dc:creator>Jason Stajich</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/2009/01/bioperl-16-released/</guid>
		<description><![CDATA[<br/>Release Pumpkin Chris Fields has announced the release of BioPerl 1.6 &#8211; the first stable release in a several years containing many significant improvements and bug fixes.
I am proud to announce, on behalf of the BioPerl core developers, that BioPerl 1.6.0 is now available.  This is the first BioPerl core release in the 1.6 series [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Release Pumpkin <a href="http://bioperl.org/wiki/User:Cjfields">Chris Fields</a> has announced the <a href="http://bioperl.org/wiki/Getting_BioPerl#BioPerl_Releases">release of BioPerl 1.6</a> &#8211; the first stable release in a several years containing many significant improvements and bug fixes.</p>
<blockquote><p>I am proud to announce, on behalf of the BioPerl core developers, that BioPerl 1.6.0 is now available.  This is the first BioPerl core release in the 1.6 series and is considered a &#8217;stable&#8217; (non-developer) release.  The distribution has been uploaded to CPAN and is available under author name CJFIELDS; it should be hitting the various CPAN nodes over the next 24 hours.  A direct CPAN link is here:</p>
<p><a href="http://search.cpan.org/~cjfields/BioPerl-1.6.0/">http://search.cpan.org/~cjfields/BioPerl-1.6.0/</a></p>
<p>The release can also be directly downloaded here:</p>
<p><a href="http://bioperl.org/DIST/BioPerl-1.6.0.tar.bz2">http://bioperl.org/DIST/BioPerl-1.6.0.tar.bz2</a><br />
<a href="http://bioperl.org/DIST/BioPerl-1.6.0.tar.gz">http://bioperl.org/DIST/BioPerl-1.6.0.tar.gz</a><br />
<a href="http://bioperl.org/DIST/BioPerl-1.6.0.zip">http://bioperl.org/DIST/BioPerl-1.6.0.zip</a></p>
<p>Signature file:<br />
<a href="http://bioperl.org/DIST/SIGNATURES.md5">http://bioperl.org/DIST/SIGNATURES.md5</a></p>
<p>Please feel free to report issues with testing, installation, etc. on the mail list, on this page:</p>
<p><a href="http://www.bioperl.org/wiki/Release_1.6_Testing">http://www.bioperl.org/wiki/Release_1.6_Testing</a></p>
<p>or via Bugzilla:</p>
<p><a href="http://bugzilla.open-bio.org/">http://bugzilla.open-bio.org/</a></p>
<p>We will be releasing BioPerl-run, BioPerl-db, BioPerl-network, and other BioPerl distributions separately in the next few days.  These will likely go through a short alpha release cycle depending on any problems that arise.  A PPM release for all distributions (including BioPerl core) will also be announced in the near future.</p>
<p>Thanks to everyone for chipping in on getting this release out the door!  It&#8217;s been a looooong wait&#8230;</p>
<p>Enjoy!</p>
<p>chris</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/01/bioperl-16-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl 1.6 RC4</title>
		<link>http://news.open-bio.org/news/2009/01/bioperl-16-rc4/</link>
		<comments>http://news.open-bio.org/news/2009/01/bioperl-16-rc4/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:20:20 +0000</pubDate>
		<dc:creator>Jason Stajich</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=230</guid>
		<description><![CDATA[<br/>RC4 is up, we are days away from final release&#8230;
]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://lists.open-bio.org/pipermail/bioperl-l/2009-January/029000.html">RC4 is up</a>, we are days away from final release&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/01/bioperl-16-rc4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl branched for 1.6, RC1 is up</title>
		<link>http://news.open-bio.org/news/2008/12/bioperl-branched-for-16-rc1-is-up/</link>
		<comments>http://news.open-bio.org/news/2008/12/bioperl-branched-for-16-rc1-is-up/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 01:07:39 +0000</pubDate>
		<dc:creator>Jason Stajich</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=220</guid>
		<description><![CDATA[<br/>BioPerl has branched for 1.6 and the RC1 is up for testing as Chris announced.
]]></description>
			<content:encoded><![CDATA[<br/><p>BioPerl has <a href="http://code.open-bio.org/svnweb/index.cgi/bioperl/browse/bioperl-live/branches/branch-1-6">branched for 1.6</a> and the RC1 is up for testing as <a href="http://lists.open-bio.org/pipermail/bioperl-l/2008-December/028791.html">Chris announced</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2008/12/bioperl-branched-for-16-rc1-is-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
