]> git.donarmstrong.com Git - uiuc_igb_scripts.git/commitdiff
add missing space
authorDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 16:20:23 +0000 (09:20 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 16:20:23 +0000 (09:20 -0700)
fpkm_from_srr

index b7aa5358407663899128b84b0bef115afcc204e3..bcb72bdbb381dd75d9d9802a2e927755e7389040 100755 (executable)
@@ -32,7 +32,7 @@ function set_up_the_run {
 };
 
 
-if [ -z "$1" ] || [ -z "$2"] || [ -z "$3" ]; then
+if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
     if [ -z "$FROM_SRR_SRR" ]; then
         actually_run_the_alignment;
         exit 0;