
Would be there - in some near future - any interest in such
Robert Goldwein wrote: library? However, I also think it may be a bit too domain-specific to belong to Boost.
Dear Robert and Johan, I too think that it would be great to have a bioinformatics library. Parts of it may ending up being quite domain specific but there are many algorithms which are also of general interest. Hamming distance & Longest common subsequence are obvious examples. HMMs and dynamic programming also have much general utility. Slightly more esoteric things (?) like MCMC, EM, various sorts of ML are becoming more common place as everyone tries to model everything (e.g. in finance). Part of the attraction of trying to do it in c++ is to see how far absolute performance can be maintained without compromising flexibility and a good design. At the moment, there is little self-contained well designed good performing code freely available for many of these routines in any language. Having it in c++ would be a major boon. Leo Goodstadt