]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/00README
fixed seq qual length check
[biopieces.git] / code_ruby / 00README
index 170d8a6967af69f8c9c733a70de4fdb14472abce..2f4d9d35bc297b63617738ecbb19acdbc80560fb 100644 (file)
@@ -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/<new developer>  # this could be your new code directory.
+    ../biopieces/code_ruby/lib/maasha           # this is my code directory.
+    ../biopieces/code_ruby/lib/<new developer>  # 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/<new developer>  # this could be your new test directory.
 
 All done.
 
 
-Martin A. Hansen, November 2010.
+Martin A. Hansen, May 2011.