sort order for Bio::Tree::Node each_Descendent

I’ve updated the code for Bio::Tree::Node so that each_Descendent can return the nodes in alphabetical order. This is achieved by pasing in the string ‘alpha’ (for alphabetical) or ‘revalpha’ (for reverse alphabetical). For internal nodes, they are sorted in order of the min or max (alphabetically) node in the sub-clade.

In addition, you can request the order of writing nodes by Bio::TreeIO::newick by passing in the -order_by flag which can be ‘alpha’, ‘revalpha’, ‘height’, or ‘creation’.

So you can use it like

[Read More]

FAQ updated

The Frequently Asked Questions have been entered into the Wiki and is available.

Seen on the road

After halloween party at our house from a few years ago there was a little more public direction on who to ask for Bioperl help…

Getting BlastXML using RemoteBlast

According to NCBI - BlastXML (and ASN.1) is the only guaranteed always parseable report format that is provided by their web CGI script. Here is some code to specify how the data should be requested (and perhaps this will become the default). [Read More]

Logo Ideas

I’ve started uploading some logo ideas that I’ve been playing with. Potential_Logos. These include logos for the blog front page as well as the Wiki site (and generally a BioPerl logo). O|B|F logos are welcome too.

-jason

New Wiki Content

I’ve started migrating content to the Wiki Site. I am hoping this will work out well. We need a couple of things.

  1. Decide on a theme for this site, customize it to make it a Bioperl style. Consider having a unifying style across all the O|B|F sites as Chris started doing with the foundation site.

  2. Generate a project image (or several that can be rotated) for the header on the site, something with a camel and DNA and images of phylogenetic trees and BLAST searches would be cool.

    [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]

Bioperl 1.5.1

I am pleased to announce the 1.5.1 developer release of Bioperl.

Essential links here Core http://bioperl.org/DIST/bioperl-1.5.1.tar.gz http://bioperl.org/DIST/bioperl-1.5.1.zip http://bioperl.org/DIST/bioperl-1.5.1.tar.bz2

Run http://bioperl.org/DIST/bioperl-run-1.5.1.tar.gz http://bioperl.org/DIST/bioperl-run-1.5.1.zip http://bioperl.org/DIST/bioperl-run-1.5.1.tar.bz2

Ext http://bioperl.org/DIST/bioperl-ext-1.5.1.tar.gz http://bioperl.org/DIST/bioperl-ext-1.5.1.zip http://bioperl.org/DIST/bioperl-ext-1.5.1.tar.bz2

MD5 sum http://bioperl.org/DIST/SIGNATURES.md5

Please see my mailing list post for more information.

[Read More]

O|B|F Board of Directors Meeting

The 2005 Board of Directors meeting for the Open Bioinformatics Foundation was held on Thursday, June 24th 2005 in Detroit, MI USA at the site of the BOSC2005 meeting.

This was a major meeting and represents the first attempt to build a governance platform for the organization as well as set up the mechanism for building a voting membership. The O|B|F members will be able to direct the operation of the organization and will also be able to join the Board.

Other major news from the meeting: - Ewan Birney steps down as president; joins Board as at-large member - Jason Stajich joins board and is elected President - Hilmar Lapp is elected to a new position of ‘Parlimentarian’ - Determined efforts to build a voting membership body

Links to meeting minutes and Election Bylaws follow are below …

[Read More]