Release 1.6 of BioPerl-run, BioPerl-db, BioPerl-network

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 bioperl-network

What remains for the 1.6 release series:

\* Documentation, Documentation, and Documentation. I haven’t had much time unfortunately to work on documentation, primarily for BUGS/ INSTALL/README etc within db/run/network (the latter has been mainly updated by Brian O.) I will attempt to update these for the next point release, tentatively scheduled for mid-April.

[Read More]

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]

BioPerl 1.6 released

Release Pumpkin Chris Fields has announced the release of BioPerl 1.6 - 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 and is considered a ‘stable’ (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:

[Read More]

BioPerl 1.6 preparations

BioPerl is preparing for version 1.6 release in the coming months. As part of this some restructuring and simplification of the packaging is occurring.

  • Bio-Graphics has been split off into its own package back on Sourceforge to allow for a separate release schedule. It will be uploaded to CPAN as a separate package. In the future other small groups of modules will also be split off from the Core.  Eventually the Core will constitute components that will be the main parsers and data objects while less-common use cases or tightly related modules (like bioperl-network) will be released to CPAN on their own.
  • Tests have been split off into smaller chunks.
  • Anyone who has contributed to the code and feels their name should be included in the authors’ list needs to either add it or email the mailing list or Chris Fields.
  • S endu has moved ModuleBuildBioperl and BioperlTest into Bio::Root
  • Bugs are being triaged at bugzilla so if you have any opinions you can vote on the bugs in the queue.

Biopython release 1.49

We are pleased to announce the release of Biopython 1.49. There have been some significant changes since Biopython 1.48 was released a few months ago, which is why we initially released a beta for wider testing. Thank you to all those who tried this and reported the minor problems uncovered.

As previously announced, the big news is that Biopython now uses NumPy rather than its precursor Numeric (the original Numerical Python library).

[Read More]

Biopython 1.49 beta released

We are pleased to announce a beta release of Biopython 1.49. There are been some significant changes since Biopython 1.48 was released two months ago, which is why we are initially releasing a beta for wider testing.

As previously announced, the big news is that Biopython now uses NumPy rather than its precursor Numeric (the original Numerical Python library).

As in the previous releases, Biopython 1.49 beta supports Python 2.3, 2.4 and 2.5 but should now also work fine on Python 2.6. Please note that we intend to drop support for Python 2.3 in a couple of releases time (see previous news article).

[Read More]

Biopython and Python 2.6 (and Python 2.3)

Many of you will be aware that Python 2.6 was released a month ago (October 1st, 2008). This supports a lot of new syntax and functionality, but also deprecates some old modules (e.g. the sets module).

While Biopython 1.48 does mostly work with Python 2.6, we’ve been testing with Python 2.6 and have fixed a number of deprecations or breakages in our CVS repository. If using Biopython with Python 2.6 is important to you, please help out by testing the CVS code (which needs NumPy and not Numeric) and letting us know on the mailing list or bugzilla if we’ve missed anything.

[Read More]