]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_conf/bashrc
rewrote bioscript
[biopieces.git] / bp_conf / bashrc
index 473e0c5fc8e03023252c29371286bd877c74acd0..a8a89b135ccc92bf329e7c4812cae84bbe047c83 100644 (file)
@@ -12,7 +12,7 @@ export BP_BIN="$BP_DIR/bp_bin"              # Directory with biopiece executable
 ### 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.
-export BP_C="$BP_DIR/code_c"                # Direcotry with c code.
+export BP_C="$BP_DIR/code_c"                # Direcotry with C code.
 export BP_PYTHON="$BP_DIR/code_python"      # Direcotry with Pyton code.
 export BP_RUBY="$BP_DIR/code_ruby"          # Direcotry with Ruby code.
 
@@ -28,11 +28,6 @@ export PERL5LIB="$PERL5LIB:$BP_PERL"
 
 export RUBYLIB="$RUBYLIB:$BP_RUBY"
 
-### Alias allowing power scripting with biopieces.
-
-alias bioscript="perl -MMaasha::Biopieces=read_stream,get_record,put_record -e"
-
-
 ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<