Great news: Google announced today that the Open Bioinformatics Foundation (OBF) has been accepted as a mentoring organization for this summer’s Google Summer of Code!
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 GSoC 2011 FAQ.
[Read More]
Introduction of OpenID logins for OBF wikis
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 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.
[Read More]
OBF Redmine server now available
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 v2 server have been migrated over, though some links need to be fixed.
Redmine is a project management web application that has several nice features over other systems, including issue tracking, multiple project management, wikis, forums, and calendaring.
[Read More]
Biopython 1.56 released
The Biopython team is pleased to release Biopython 1.56, almost exactly three months after our last stable release ( Biopython 1.55).
The Bio.SeqIO module has been updated to support protein EMBL files (used for the patents database), IMGT files (a variant of the EMBL file format, with help from Uri Laserson), and UniProt XML files (thanks to Andrea Pierleoni). Also the SeqFeature object gained some new methods, and the Bio.Seq translation function can now be used with an arbitrary genetic code.
[Read More]
Biopython dropping Python 2.4 Support?
This is a reminder that the forthcoming Biopython 1.56 release is planned to be our last release to support Python 2.4.
Looking back, we supported Python 2.3 for about six years - it was released July 2003, and Biopython 1.50 released in April 2009 was the last to support it. Similarly, Python 2.4 was released six years ago (November 2004).
Dropping Python 2.4 support will allow use to assume standard library modules like the ElementTree XML parser and SQLite 3 support will be available.
[Read More]
BioRuby 1.4.1 released
We are pleased to announce the release of BioRuby 1.4.1. This new release fixes bugs existed in 1.4.0 and new features are added.
Here is a brief summary of changes.
**
[Read More]Biopython 1.55 released
The Biopython team is proud to announce Biopython 1.55, a new stable release, about three months after our last stable release ( Biopython 1.54) and the beta release earlier in August.
A lot of work has been towards Python 3 support (via the 2to3 script), but unless we broke something you shouldn’t notice any changes ;)
In terms of new features, the most noticeable highlight is that the command line tool application wrapper classes are now executable, which should make it much easier to call external tools.
[Read More]
BioRuby paper published
After 10 years of development, the BioRuby paper is finally published in the Bioinformatics journal. The article is open access, so please take a look.
BioRuby: Bioinformatics software for the Ruby programming language Naohisa Goto, Pjotr Prins, Mitsuteru Nakao, Raoul Bonnal, Jan Aerts and Toshiaki Katayama Bioinformatics 2010; doi: 10.1093/bioinformatics/btq475
Biopython 1.55 beta released
We’ve just released a beta of Biopython 1.55 for user testing.
Since Biopython 1.54 was released three months ago, we’ve made a good start on work for Python 3 support (via the 2to3 script), but as a side effect of this we’ve had to update quite a lot of the older parts of the library. Although the unit tests are all fine, there is a small but real chance that we’ve accidentally broken things - which is why we’re doing this beta release.
[Read More]
Biopython 1.54 released
The Biopython team is proud to announce Biopython 1.54, a new stable release of the Biopython library. Biopython 1.54 comes five months after our last release and brings new features, tweaks to some established functions and the usual collection of bug fixes.
This is the first stable release to feature the new Bio.Phylo module which can be used to read, write and take data from phylogenetic trees in Newick, Nexus and PhyloXML formats.
[Read More]