Biopython 1.50 beta released

We are pleased to announce a beta release of Biopython 1.50 for public testing. There have been some significant changes since Biopython 1.49 was released late last year.

GenomeDiagram by Leighton Pritchard has been integrated into Biopython as the Bio.Graphics.GenomeDiagram module.

A new module Bio.Motif has been added, which is intended to replace the existing Bio.AlignAce and Bio.MEME modules. Also have a look at Bio.ExPASy and the revised Prosite and Enzyme parsers.

[Read More]

Biopython paper published

An Application Note describing Biopython has recently been accepted for publication in the Oxford Journal Bioinformatics. An advance copy of the Open Access article is available online:

P.J.A. Cock, T. Antao, J.T. Chang, B.A. Chapman, C.J. Cox, A. Dalke, I. Friedberg, T. Hamelryck, F. Kauff, B. Wilczynski and M.J.L. de Hoon (2009) Biopython: freely available Python tools for computational molecular biology and bioinformatics. Bioinformatics, doi:10.1093/bioinformatics/btp163

BOSC 2009 Call for Abstracts

Please forward as appropriate and forgive multiple postings.

Call for Abstracts for the 2009 Bioinformatics Open Source Conference (BOSC) 2009

An ISMB 2009 Special Interest Group (SIG) Date: June 27-28, 2009 Location: Stockholm, Sweden URL: /wiki/BOSC_2009 Abstract submission via EasyChair: https://www.easychair.org/login.cgi?conf=bosc2009

Important Dates Monday, April 13: Abstract deadline May 1, 2009: Notification of accepted abstracts May 15, 2009: Early Registration Discount Cut-off date June 27-28, 2009: BOSC 2009

The Bioinformatics Open Source Conference (BOSC) is sponsored by the Open Bioinformatics Foundation (O|B|F), a non-profit group dedicated to promoting the practice and philosophy of Open Source software development within the biological research community. To be considered for acceptance, software systems representing the central topic in a presentation submitted to BOSC must be licensed with a recognized Open Source License, and be freely available for download in source code form.

[Read More]

Google Summer of Code: Call for Bio* Volunteers

Google is committed to run the Summer of Code program again this year. It will be for the 5th time.

In broad strokes, the program funds what you might call remote summer internships for students to contribute to an open-source software project. Projects (or umbrella organizations) wishing to participate in the program apply during the organization application period (March 9-13 in 2009). Those accepted into the program provide project ideas and supply mentors that guide the work on those. Students apply to a project within the program with specific project ideas, based on those suggested or based on their own idea, get ranked by the mentors of the project, and those accepted into the program get paired up with mentors. Projects are chiefly about programming, the coding period is 3 months (Jun-Aug), and there is no travel required by either student or mentor. The program is global; other than the US trade restrictions that Google is under, there are no restrictions as to where student or mentor reside. The main motivations behind the program are to recruit new contributors to open-source projects, and to produce more open-source code. See the program FAQs for more information.

[Read More]

Biopython release 1.41

We are pleased to announce the release of Biopython 1.41. Many improvements were made in Biopython during the eight months since the previous release, and the new release contains lots of bugfixes, improvements, new functionalities, and better documentation. To pick a few, there’s the new Bio.MEME module by Jason Hackney, updates to the Blast parser using Bertrand Frottier’s NCBIXML code, a BLAT parser by Yair Benita, numerous updates in Bio.PDB, CompareACE support in AlignAce, and improved user-friendliness in Bio.Seq.

[Read More]

Biopython 1.30 Release

I’m happy to announce a new release of Biopython 1.30, available today from http://biopython.org. This release contains a number of new modules and substantial changes to older modules. As a result of the changes, we’ve bumped up to a brand new major number. Please do download, test with your code, and report any bugs or problems to the normal lists (biopython at biopython.org or biopython-dev at biopython.org). For the full details about changes, please see: http://portal.open-bio.org/pipermail/biopython/2004-May/002078.html

[Read More]

Biopython 1.24 Release

I’m happy to announce the 1.24 release of Biopython. As normal Biopython is available from http://biopython.org.

The major changes in this release, in addition to the usual bug fixes, are:

New parsers for Phred and Ace format files – thanks to Frank Kauff New Code for dealing with NMR data – thanks to Bob Bussell New SeqUtils modules for codon usage, isoelectric points and other protein properties – thanks to Yair Benita New code for dealing with Wise contributed by Michael EZ-Retrieve sequence retrieval now supported thanks to Jeff Bio.Cluster updated along with documentation by Michiel BioSQL fixed so it now works with the current SQL schema – thanks to Yves Bastide for patches

[Read More]

Biopython 1.23 Release

Jeff announces a new release of Biopython:

Biopython 1.23 is now available from the website at: http://www.biopython.org/

This is mostly a maintenance release, which fixes some problems in the installation. You do not need to update from 1.22 unless you are using the Bio.Cluster, Bio.KDTree, or Bio.PDB.mmCIF packages. The changes made in this release are: Fixed distribution of files in Bio/Cluster Now distributing Bio/KDTree/_KDTree.swig.C minor updates in installation code added mmCIF support for PDB files

[Read More]