X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=code_ruby%2F00README;h=2f4d9d35bc297b63617738ecbb19acdbc80560fb;hb=2f0fd91b461033529a4a72e161bd133252a22eb6;hp=170d8a6967af69f8c9c733a70de4fdb14472abce;hpb=fb88bf669d9fdf8ac0cc8c376638526056eee032;p=biopieces.git diff --git a/code_ruby/00README b/code_ruby/00README index 170d8a6..2f4d9d3 100644 --- a/code_ruby/00README +++ b/code_ruby/00README @@ -1,14 +1,14 @@ New developers should add their own subdirectory here for their own code: - ../biopieces/code_ruby/Maasha # this is my code directory. - ../biopieces/code_ruby/ # this could be your new code directory. + ../biopieces/code_ruby/lib/maasha # this is my code directory. + ../biopieces/code_ruby/lib/ # this could be your new code directory. -Finally, add your new code directory to the RUBYLIB path in the configuration: - - ../biopieces/bp_conf/bashrc # look inside this file for information on how to do that. +Test code goes in: + ../biopieces/code_ruby/test/maasha # this is my test directory. + ../biopieces/code_ruby/test/ # this could be your new test directory. All done. -Martin A. Hansen, November 2010. +Martin A. Hansen, May 2011.