Biological SciencesHugo

Home on Open Bioinformatics Foundation

Home on Open Bioinformatics Foundation
Recent content in Home on Open Bioinformatics Foundation
Home PageRSS Feed
language
Biological Sciences
Published
Author Open Bioinformatics Foundation

I’ve just finished writing up an example for the Biopython Tutorial of the new GenomeDiagram functionality added in Biopython 1.59. You can now control the start and end points of individual tracks, and you can add cross-links between regions of different tracks, as shown here: This example attempts a simplified reproduction of Figure 6 in Proux et al. (2002), and shows three related phage genomes one above the other.

Biological Sciences
Published
Author Open Bioinformatics Foundation

Source distributions and Windows installers for Biopython 1.59 are now available from the downloads page on the Biopython website and from the Python Package Index (PyPI). Platforms/Deployment We currently support Python 2.5, 2.6 and 2.7 and also test under Jython 2.5 (which does not cover NumPy). Please note that this release will not work on Python 2.4 Most functionality is also working under Python 3.1 and 3.2 (including

Biological Sciences
Published
Author Open Bioinformatics Foundation

Agenda Old business 2010 BoD meeting minutes 2010 Financial Report Action items from the 2010 meeting New business 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 Google Summer of Code Org admin’s summary report (Rob Buels) Treasurer’s 2011

Biological Sciences
Published
Author Open Bioinformatics Foundation

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.

Biological Sciences
Published
Author Open Bioinformatics Foundation

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: 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.

Biological Sciences
Published
Author Open Bioinformatics Foundation

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. Speed-up of Bio::RestrictionEnzyme::Analysis.cut: The new code is 50 to 80 fold faster than the previous code when cutting 1Mbp sequence running on Ruby 1.9.2p180. The code is written by Tomoaki NISHIYAMA and Naohisa Goto.

Biological Sciences
Published
Author Open Bioinformatics Foundation

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.