X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_conf%2Fbashrc;fp=bp_conf%2Fbashrc;h=cdeadf3a8b381c14ffdcf192813143e080792ce0;hb=5cbfb1e379cfbe79bd871359fd3455b590c9b396;hp=10814f1a41559306f36e580fd3e4a20f4d5a6e7a;hpb=832df056329aa348ccedba3f2c96a313014433a7;p=biopieces.git diff --git a/bp_conf/bashrc b/bp_conf/bashrc index 10814f1..cdeadf3 100644 --- a/bp_conf/bashrc +++ b/bp_conf/bashrc @@ -7,7 +7,7 @@ ### Allso, it is possible to change the temporary directory from the system's tmp. export BP_DIR="/Users/m.hansen/biopieces" # Directory where biopieces are installed -export BP_DATA="/Users/m.hansen/bio_piece_data" # Contains genomic data etc. +export BP_DATA="/Users/m.hansen/BP_DATA" # Contains genomic data etc. export BP_TMP="/tmp" # Required temporary directory. @@ -15,7 +15,6 @@ export BP_TMP="/tmp" # Required temporary directory export BP_BIN="$BP_DIR/bp_bin" # Directory with biopiece executables. - ### The following directories hold the biopiece libraries, modules, gems, etc - one per programming language. export BP_PERL="$BP_DIR/code_perl" # Direcotry with Perl code.