public
Description:
Homepage: http://www.michaelbarton.me.uk
Clone URL: git://github.com/michaelbarton/cost_in_evolution.git
michaelbarton (author)
Thu Dec 04 09:16:41 -0800 2008
commit  f3bc3444fccf14a52fb64e17c5c1e87333597005
tree    4d941431368a19aba5427e1008231311d63e07c0
parent  284e95a4eccf4eaba722ab8d53f1296b0ead8007
README
This a set of bioinformatics experiments as well as a dynamic webpage to display the results

## model

This directory contains a set of datamapper classes that allow rows in the database to be manipulated as simple ruby 
objects.

 * project.rb Main class that describes the entire project
 * gene.rb Holds sequence data about yeast genes

## config

Contains general ruby configuration data, as well as ramaze configuration

* environment.rb Requires necessary ruby gems. Loads databases parameters. Loads classes and controllers.
* database.yml Database access parameters. In YAML format. Should be created for each installation of this code.
* config,yml General project configuration parameters. Ramaze port, server, and rendering engine. Should also be 
configured for each installation.

## controller

Ramaze controllers that serve up data to views

## view

HTML generators for www front

## spec

Data testing classes using rspec

## analysis

Rake files and data that run the bioinformatics analysis. Organised by linear running order, ie 002 should only depend 
on data from 001, and nothing from 003.

## start.rb

Starts the ramaze web server