]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_conf/bashrc
added format_genome and list_genomes
[biopieces.git] / bp_conf / bashrc
index 10814f1a41559306f36e580fd3e4a20f4d5a6e7a..cdeadf3a8b381c14ffdcf192813143e080792ce0 100644 (file)
@@ -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.