From: martinahansen Date: Sun, 14 Nov 2010 17:27:58 +0000 (+0000) Subject: adding 00README file to code_ruby dir X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb88bf669d9fdf8ac0cc8c376638526056eee032;p=biopieces.git adding 00README file to code_ruby dir git-svn-id: http://biopieces.googlecode.com/svn/trunk@1163 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/LICENSE b/LICENSE index a52a6e5..168dca6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 Martin A. Hansen. +# Copyright (C) 2007-2010 Martin A. Hansen. # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/code_perl/00README b/code_perl/00README index 6fe1107..87b0986 100644 --- a/code_perl/00README +++ b/code_perl/00README @@ -1,14 +1,10 @@ -New developers should add their own subdirectory here for their own Perl modules: +New developers should add their own subdirectory here for their own Perl code: - ../biopieces/code_perl/Maasha # this is my Perl modules directory. - ../biopieces/code_perl/ # this could be your new modules directory. + ../biopieces/code_perl/Maasha # this is my code directory. + ../biopieces/code_perl/ # this could be your new code directory. -After creating your new subdirectory you can write some Perl modules and put there: - ../biopieces/code_perl//.pm - ../biopieces/code_perl//.pm - ... +Finally, add your new Perl code directory to the PERL5LIB path in the configuration: -Finally, add your new Perl modules directory to the PERL5LIB path in the configuration: ../biopieces/bp_conf/bashrc # look inside this file for information on how to do that. diff --git a/code_ruby/00README b/code_ruby/00README new file mode 100644 index 0000000..170d8a6 --- /dev/null +++ b/code_ruby/00README @@ -0,0 +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. + +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. + + +All done. + + +Martin A. Hansen, November 2010.