Version 1 of BioTcl

Updated 2005-02-18 13:25:52 by DDG

Preliminary Framework for biology related stuff DDG this is just a starter, I will add a snittype for BlastFiles as well. My suggestions is to use the following libraries:

  • oomk as a RDBMS for Mk4tcl which is inbuild into tclkit, oomk provides jojn, intersections, unions and so on for easy access to the data. A database system is neccessary to get data from large files. You need to index them
  • snit as an object oriented framework, because it is tclonly, it is tcllike and it is needed by oomk
  • md5pure in order to webenable the packages it might be neccessary to convert some identifiers to url-harmless strings. md5-strings fullfill this criteria

Now let's start: