Mercurial > repos > saskia-hiltemann > ireport
diff iReport.sh @ 2:e8755431a0cd draft
fixed missing dependencies
author | saskia-hiltemann |
---|---|
date | Tue, 30 Sep 2014 09:47:14 -0400 |
parents | 440f4aa3db97 |
children | 4a6ebda2a3ae |
line wrap: on
line diff
--- a/iReport.sh Wed Jul 30 07:03:43 2014 -0400 +++ b/iReport.sh Tue Sep 30 09:47:14 2014 -0400 @@ -1,5 +1,5 @@ #!/bin/bash -repositorypath="/mnt/galaxyTools/shed_tools/toolshed.nbic.nl/repos/saskia-hiltemann/ireport/71dc132e9bb2/ireport" # TODO: dependency +#repositorypath="/mnt/galaxyTools/shed_tools/toolshed.nbic.nl/repos/saskia-hiltemann/ireport/71dc132e9bb2/ireport" # TODO: dependency source "${repositorypath}/createHTML.sh" echo "allparams: $@" @@ -15,8 +15,8 @@ while [ $# -gt 0 ] do case "$1" in - --toolpath) repositorypath=$2;shift;; - --galaxypath) galaxypath=$2;shift;; + --toolpath) repositorypath=$2;shift;; + --galaxypath) galaxypath=$2;shift;; --minwidth) minwidth=$2;shift;; --tab) tabs+=",$2";shift;; --item) items+=",$2";shift;;