NEW!!!
|
Still in my life's Spring was I, and I wandered out, and the happy dances of youth I left in my Father's house. All my earthly goods, all my possessions I threw away in happy faith, and with a light pilgrim's staff I set out with childish hope. [...] Mountains lay in my path, Rivers checked my feet, Over sheer abysses I climbed, Bridges during wild floods. [...] Hence to a great sea where I explored the play of the waves; Before me lay a vast emptyness, I have never been nearer my goal. Ah, no landing stage will then lead, Ah,the Heaven above me will never resemble the Earth, And that there is never as here! (Schiller: The Pilgrim) |
| Short version: | See the picture above. |
| Long version: | Relational Database (RDB) schemas and collection of python scripts to handle RDB connections between biological data and analysis tools. |
| Longer version: |
During my work I had to do a lot of analysis on sequence, pattern databases available on the web, and also on sequences and data generated in our lab. I realized early, that I am very bad in handling files (find the right one, which may be several months old), it is wasting time to run analysis programs one thousand times on the same sequence with different parameters. Moreover, sometimes I have problems that can be solved by simple scripting, but with a handy, tractable database background. Therefore I started to use Relational Database Management System (RDBMS), as an ultimate system for handling data. Since my setup was working pretty well for solution of different problems compared to other databases (e.g. flat file), I wrapped it into a package to show the possibilities and futures of biological relational database management systems. I do not want to say that ModBioSQL is a perfect solution, my RDB schemas are the best representation of the biological data (I only think this :-)), but the different futures and concepts, that ModBioSQL does have compared to other solutions, should be taken into consideration. |