Software
SUPERFAMILY

There is a very low traffic mailing list for notification of updates/changes.
Domain-centric Gene Ontology

Gene Ontology terms have been mapped to SUPERFAMILY domains, supra-domains and architectures. The method has been assessed for its ability to predict GO terms on sequences in the CAFA competition. This dcGO also contains Phenotype Ontology terms and Anatomy ontology terms mapped from 8 different ontologies.
Database of disordered protein predictions

Coiled Coil database

SNP/SNV functional and phenotypic analysis

Vector Graphics tree plotting

One of the main purposes of TreeVector is to move away from treating phylogenetic trees as end end point and final graphic, and to instead embed them in dynamic processes using web standard technologies, so that quick reference of a particular pattern or trait is possible, dynamic and up to date.
HMM model conversion
This script converts between the SAM and HMMER hidden Markov model formats. It was written as part of the project for comparing the performance of various profile comparison methods.Madera, M. and Gough, J. (2002). A comparison of hidden Markov model procedures for remote homology detection. Nucl. Acids Res., 30(19), 4321-4328.
HMM profile-profile comparison

HMMER3 hmmscan sequence level threading
To make HMMER3 (actually only the hmmscan program) run faster on multiple processors/cores, use this hmmscan.pl wrapper. It requires the HMMER3 program 'hmmscan' of course. What it does is to run hmmscan on different sequences in different threads. USE AT YOUR OWN RISK. Please report ny problems you find with it. It is very easy to use, you just call it exactly the same way you call hmmscan, but specify the number of threads as an additional argument. We could have got it to auto-detect the available CPUs but this would cause a dependency on a library, so this feature was omitted.
Phylogenetic tree plotting
This is a perl module for reading treefiles in the phylip format and generating PNG files with a graphical representation of the tree. It requires the GD.pm perl module for graphics drawing by Lincoln Stein. There is also an example script demonstrating its use.The module has a routine called ReadTree which reads the tree into two hash arrays. The first describes the tree by having a key for each node, where the value is the node above it in the tree. The second is the x-axis position of each node which gives the branch lengths.
There is also a drawing routine. In its simplest form the program merely draws a simple tree, with the user specifying the width and size of the image and the branches. It is possible however using hash arrays to specify two widths for each individual branch (one is grey, see example) and also multi-line labels for each node. There is in addition to this an extra label for each final member.