Skip to content

Instantly share code, notes, and snippets.

@michaelbarton
Created November 20, 2008 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbarton/27061 to your computer and use it in GitHub Desktop.
Save michaelbarton/27061 to your computer and use it in GitHub Desktop.
# Reasons to use rails approach for bioinformatics
## Generic Ruby
* Modules like enumerable are great for sorting data
## Activerecord
* Simple to add indexes to enforce uniqueness of data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment