Minutes:2011 Dec ConfCall

The meeting was held conference call.

Agenda

  1. Old business

  2. New business

    1. Treasurer’s 2011 report: File:2011-OBF-Treasurers-Report v1.pdf (Chris Dagdigian)
    2. Elections:
      • Hilmar Lapp, running for office of President
      • Nomi Harris, running for office of Parliamentarian
      • Peter Cock, running for BoD member-at-large
    3. Alternative procedure(s) for elections (Jason Stajich)

Minutes

Venue: held by conference call, scheduled for Dec 13, 11am EST (16:00 UTC) (originally scheduled for 12pm EST, by mistake started 1 hour earlier)

[Read More]

Minutes:2011 ConfCall

Agenda

  1. Old business

  2. Action items from the 2010 meeting

  3. New business

    1. BOSC
      • BOSC 2011 (Nomi) - held with ISMB2011 in Vienna, Austria
        • Money spent/made, attendee number, any other feedback
      • BOSC 2012 - with ISMB 2012 in Long Beach, CA
        • 2012 Organizing Committee chair
        • Plans for the conference
    2. Google Summer of Code
      • Org admin’s summary report (Rob Buels)
    3. Treasurer’s 2011 report: File:2011-OBF-Treasurers-Report v1.pdf (Chris Dagdigian)
    4. BoD membership and succession.
      • Nominations: Peter Cock
      • Plan to elect new BoD members and rotate officers.
    5. Additional topics proposed by community
      • How to become an affiliate project? (Alan R Williams)
      • BioSmalltalk as an OBF member project? (Hernán Morales)
      • CloudBiolinux as an OBF member project? (Pjotr Prins, Brad Chapman)
      • OBF Europe and Asia (Steffen Möller), branch organisations for tax free donations from the public or industry. Possibly in conjunction with Debian’s Software in the Public Interest setup.
      • OBF holding copyright as a community organization using the Apache model for licensing (Jean Peccoud)

Minutes from the meeting

Venue: held by conference call, scheduled for Nov 8, 2011, 11am EST (16:00 UTC).

[Read More]

OBF Annual Meeting 2011

The annual Board of Directors Meeting of the Open Bioinformatics Foundation will take place on November 8, 2011. As in previous years, it will be held by conference call, estimated to be about 2 hrs long.

The meeting will on Tuesday 8 November 2011, at 11am EST, 8am PST, 16:00 UTC/GMT, 17:00 CET, or Wednesday 9 November 1am JST. Note for translating into other time zones that by then both Europe and the US have gone off DST.

[Read More]

Chromosome Diagrams in Biopython

One of the new things coming in Biopython 1.59 is improved chromosome diagrams, something you may have seen via Twitter. I’ve just been updating the Biopython Tutorial (current version here, PDF) to include an example drawing this:

tRNA genes in Arabidopsis thaliana

Here’s a PDF version too. This example just parses the Arabidopsis thaliana GenBank files to get the chromosome lengths and the tRNA gene placements. There are so many tRNA on the forward strand of Chr I that their labels are forced to overlap. Here the figure just uses a different color for each chromosome, but you can color each feature individually.

[Read More]

BioRuby 1.4.2 released

We are pleased to announce the release of BioRuby 1.4.2. This new release fixes bugs existed in 1.4.1 and adds new features and improvement of performance.

Here is a brief summary of changes.

[Read More]

Biopython 1.58 released

Source distributions and Windows installers for Biopython 1.58 are available from the downloads page on the Biopython website and from the Python Package Index (PyPI).

A new interface and parsers for the PAML (Phylogenetic Analysis by Maximum Likelihood) package of programs, supporting codeml, baseml and yn00 as well as a Python re-implementation of chi2 was added as the Bio.Phylo.PAML module.

Bio.SeqIO now includes read and write support for the SeqXML, a simple XML format offering basic annotation support. See Schmitt et al (2011) in Briefings in Bioinformatics.

[Read More]

Announcing OBF Google Summer of Code Accepted Students

I’m very pleased and excited to announce that the Open Bioinformatics Foundation has selected 6 very capable students to work on OBF projects this summer as part of the Google Summer of Code program.

The accepted students, their projects, and their mentors (in alphabetical order):

Justinas Vygintas Daugmaudis Michele dos Santos da Silva (2 students!) Mocapy++Biopython: from data to probabilistic models of biomolecules mentored by Thomas Hamelryck and Eric Talevich

[Read More]

BioPerl 1.6.9 released

BioPerl 1.6.9 is now available in CPAN.  In this release:

  • Refactored Bio::Species/Bio::Tree
  • New SeqIO modules (gbxml, msout, mbsout)
  • Updates for perl 5.12
  • Bio::Assembly support for SAM/BAM, Newbler, ace output
  • Bio::DB::SeqFeature updates
  • PAML updated to work with v. 4.4d
  • lots of various bug fixes, around 50

Just to note, this is the first release after we reworked the Build.PL system, so we will probably hit a few speed bumps along the way.  This is in effort to simplify the process for further work this summer on modularizing BioPerl, but it also makes new releases much easier to make.  In particular, this has only been tested on Ubuntu Linux and Mac OS X (no Windows testing has occurred yet).    Please post if there are any problems.

[Read More]

Biopython 1.57 released

The Biopython community is pleased to announce the release of Biopython 1.57. Source distributions and Windows installers are available from the downloads page on the Biopython website and from the Python Package Index.

Bio.SeqIO now includes an index_db() function which extends the existing indexing functionality to allow indexing many files, and more importantly this keeps the index on disk in a simple SQLite3 database rather than in memory in a Python dictionary.

Bio.Blast.Applications now includes a wrapper for the BLAST+ blast_formatter tool from NCBI BLAST 2.2.24+ or later. This release of BLAST+ added the ability to run the BLAST tools and save the output as ASN.1 format, and then convert this to any other supported BLAST ouput format (plain text, tabular, XML, or HTML) with the blast_formatter tool. The wrappers were also updated to include new arguments added in BLAST 2.2.25+ such as -db_hard_mask.

[Read More]