Archive for March, 2009

LigerCat Released

Monday, March 2nd, 2009

I have been working on version 2 of the LigerCat tool since October. Today, we flipped the switch and turned it on, at http://ligercat.ubio.org.
LigerCat is the brainchild of Dr. Neil Sarkar, and was created by me.
It’s hard to explain its use to someone outside the scientific or medicine field, but I’ll try my best [...]

Installing the MySQL Ruby Gem on CentOS5

Monday, March 2nd, 2009

Pretty easy

yum install mysql-devel
gem install mysql — –with-mysql-config=/usr/bin/mysql_config –with-mysql-lib=/usr/lib/mysql