A Sample Management System for 96 well plates, including robotic transfer.
This software was written and tested with ruby 2.0.0. It is recommened to install this version with rvm if you have a different verison
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby
$ source $HOME/.rvm/scripts/rvm
$ rvm install 2.0.0
$ rvm use 2.0.0
$ sudo apt-get install git libsqlite3-dev # brew install git sqlite3 on a Mac
$ gem install bundler
$ git clone https://github.com/wittelab/samasy.git
$ cd samasy && bundle
$ rackup
You can now point your browser to http://localhost:9292
and follow the on screen directions
http://samasy.wittelab.ucsf.edu/
username: [email protected]
password: demo