X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_conf%2Fbashrc;h=ac5ace41d921a049878be187f38a775f27d383da;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hp=62e6d221cfdf7f73899be35436fc685d2348235d;hpb=21ae8a4a90a4ba3e7990eefa38b1ef09a43d6308;p=biopieces.git diff --git a/bp_conf/bashrc b/bp_conf/bashrc index 62e6d22..ac5ace4 100644 --- a/bp_conf/bashrc +++ b/bp_conf/bashrc @@ -1,5 +1,7 @@ ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +### DO NOT MAKE ANY CHANGES + ### Stuff that enables Biopieces. ### BP_DIR, BP_DATA, BP_TMP, and BP_LOG should all be set in ~/.bashrc @@ -30,7 +32,12 @@ export PERL5LIB="$PERL5LIB:$BP_PERL" ### Here we add the Biopieces Ruby libraries to RUBYLIB. -export RUBYLIB="$RUBYLIB:$BP_RUBY" +export RUBYLIB="$RUBYLIB:$BP_RUBY/lib" + +### Some useful aliases. + +alias bp_update="svn update $BP_DIR && svn update $BP_DIR/bp_usage" +alias bp_test="$BP_DIR/bp_test/test_all" ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<