erange version 4.0a dev release
[erange.git] / docs / buildMatrix.sh
index 957507181b0e9e812ad61502d60b27df2385e363..7d67fcc150745b5ab7baede58024c1f33398b96b 100644 (file)
@@ -1,20 +1,20 @@
 #!/bin/bash
-echo 'buildMatrix.sh: version 1.1'
+echo 'buildMatrix.sh: version 1.2'
 
 indexPrev=0
 indexCur=0
 
 truncateRPKM=""
 if [ $# -eq 3 ]; then
-    truncateRPKM="-truncate "$3
+    truncateRPKM="--truncate "$3
 fi
 
 if [ $# -eq 4 ]; then
-    truncateRPKM="-rescale -truncate "$3
+    truncateRPKM="--rescale --truncate "$3
 fi
 
 if [ $# -lt 2 ]; then
-       echo 'usage: buildMatrix.sh name datalist.file [truncateRPKM] [-rescale]'
+       echo 'usage: buildMatrix.sh name datalist.file [truncateRPKM] [--rescale]'
        echo
        echo 'where the datalist file is a comma-delimited list of prefix and rds-files'
        echo