public
Description: YstSimRB is a simple yeast simulator writen in ruby.
Homepage: www.geeklob.wordpress.com
Clone URL: git://github.com/indigo747/ystsimrb.git
ystsimrb / README
100644 16 lines (13 sloc) 0.826 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
~=-=-=-=-=-=-=-=-=-=-=-=~
README
~=-=-=-=-=-=-=-=-=-=-=-=~
Welcome to YstSimRB. To use YstSimRB, you need ruby. Plain and simple, you need it. It's not hard to get, I don't think.
Once you have ruby, to run YstSimRB, all you need to type is:
./start_yeast.rb
You need to be in the YstSimRB directory for this to work. You can also type:
ruby start_yeast.rb
There isn't much difference.
 
Currently, the only help system in YstSimRB is the "?" command from inside YstSimRb. This provides a brief overview of
what each command does. There is also a hidden command, not mentioned in the "?" command, that you get for free just
for reading this file. The command is "d". It stands for debug, and it doesn't do anything yet. Exciting, huh?
 
That's about it, there should be a "docs" directory containing all the help files soon.