This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 16 06:44:02 -0700 2008 | |
| |
README | Tue May 06 05:05:02 -0700 2008 | |
| |
Rakefile | Tue Aug 12 09:45:19 -0700 2008 | |
| |
analysis/ | Thu Dec 04 09:16:41 -0800 2008 | |
| |
config/ | Sat Oct 11 07:03:37 -0700 2008 | |
| |
data/ | Thu Oct 16 04:13:42 -0700 2008 | |
| |
helpers/ | Thu Oct 09 03:08:53 -0700 2008 | |
| |
model/ | Wed Dec 03 06:59:28 -0800 2008 | |
| |
spec/ | Wed Dec 03 06:58:55 -0800 2008 | |
| |
vendor/ | Sat Oct 11 08:13:39 -0700 2008 | |
| |
www/ | Mon Jul 28 11:35:33 -0700 2008 |
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







