X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=docs%2FbuildMatrix.sh;fp=docs%2FbuildMatrix.sh;h=7d67fcc150745b5ab7baede58024c1f33398b96b;hp=957507181b0e9e812ad61502d60b27df2385e363;hb=0d3e3112fd04c2e6b44a25cacef1d591658ad181;hpb=5e4ae21098dba3d1edcf11e7279da0d84c3422e4 diff --git a/docs/buildMatrix.sh b/docs/buildMatrix.sh index 9575071..7d67fcc 100644 --- a/docs/buildMatrix.sh +++ b/docs/buildMatrix.sh @@ -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