<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>O&#124;B&#124;F News &#187; Biopython</title>
	<link>http://news.open-bio.org/news</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:45:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/abc" -->

	<item>
		<title>Sanger FASTQ format and the Solexa/Illumina variants</title>
		<description><![CDATA[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>
		<link>http://news.open-bio.org/news/2009/12/nar-fastq-format/</link>
			</item>
	<item>
		<title>Biopython 1.53 released</title>
		<description><![CDATA[We are pleased to announce the availability of Biopython 1.53, a new stable release of the Biopython library, three months after the release of Biopython 1.52. This is our first release since migrating from CVS to git for source code control.
There have been some additions to our core objects &#8211; the Seq (and related UnknownSeq) [...]]]></description>
		<link>http://news.open-bio.org/news/2009/12/biopython-release-153/</link>
			</item>
	<item>
		<title>Interleaving paired FASTQ files with Biopython</title>
		<description><![CDATA[This post is about paired end data (FASTA or FASTQ) and manipulating it with Biopython&#8217;s Bio.SeqIO module (see also FASTQ conversions &#38; speeding up FASTQ).

There are two main ways of presenting paired end data in FASTA or FASTQ files:

Paired files, with matching entries for the forward and reverse reads (probably the norm with Illumina data)
Single [...]]]></description>
		<link>http://news.open-bio.org/news/2009/12/interleaving-paired-fastq-files-with-biopython/</link>
			</item>
	<item>
		<title>Working with FASTQ files in Biopython when speed matters</title>
		<description><![CDATA[Biopython's SeqIO interface revolves around SeqRecord objects which can impose a speed penalty. For FASTQ files the quality string gets turned into a list of integers on parsing, and then re-encoded back to ASCII on writing. Working directly with the raw strings is less flexible, but much faster.]]></description>
		<link>http://news.open-bio.org/news/2009/09/biopython-fast-fastq/</link>
			</item>
	<item>
		<title>Biopython CVS to git migration</title>
		<description><![CDATA[Biopython has now moved from CVS to a <a title="Biopython on github" href="http://github.com/biopython/biopython">git repository</a>, hosted on <a href="http://github.com">github.com</a> who kindly provide git hosting for open source projects free of charge. The <a href="http://bioruby.org">BioRuby project</a> have been <a title="BioRuby on github" href="http://github.com/bioruby/bioruby">using github</a> for some time, so we are in good company.]]></description>
		<link>http://news.open-bio.org/news/2009/09/biopython-cvs-to-git-migration/</link>
			</item>
	<item>
		<title>Biopython 1.52 released</title>
		<description><![CDATA[We are pleased to announce the availability of Biopython 1.52, a new stable release of the Biopython library.
It may only have been one month since the last release, but in that time we&#8217;ve added enough useful features to warrant a new release. In particular, Biopython 1.52 includes more substantial support for population genetics, and adds [...]]]></description>
		<link>http://news.open-bio.org/news/2009/09/biopython-release-152/</link>
			</item>
	<item>
		<title>Simpler, optimized format conversion with Biopython</title>
		<description><![CDATA[In this post we'll look at the new <strong>convert()</strong> function that both <strong>Bio.SeqIO</strong> and <strong>Bio.AlignIO</strong> will get in Biopython 1.52. This allows easier file conversion, and internally provides a mechanism for specific optimisations, such as for FASTQ conversions.]]></description>
		<link>http://news.open-bio.org/news/2009/09/biopython-convert-function/</link>
			</item>
	<item>
		<title>Indexing sequence files with Biopython</title>
		<description><![CDATA[The forthcoming release of <a href="http://biopython.org">Biopython</a> 1.52 will include a couple of nice improvements to the <a href="http://biopython.org/wiki/SeqIO">Bio.SeqIO module</a>, and here we're going to introduce the new <strong>index</strong> function.]]></description>
		<link>http://news.open-bio.org/news/2009/09/biopython-seqio-index/</link>
			</item>
	<item>
		<title>Biopython 1.51 released</title>
		<description><![CDATA[We are pleased to announce the release of Biopython 1.51.This  new stable release enhances  version 1.50 (released in April) by extending  the functionality of existing modules, adding a set of application wrappers for popular alignment programs and fixing a number of minor bugs.
In particular, the SeqIO module can now write Genbank files [...]]]></description>
		<link>http://news.open-bio.org/news/2009/08/biopython-1-51-released/</link>
			</item>
	<item>
		<title>Biopython 1.51 beta released</title>
		<description><![CDATA[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>
		<link>http://news.open-bio.org/news/2009/06/biopython-151-beta-released/</link>
			</item>
</channel>
</rss>
