changeset 3:4a6ebda2a3ae draft

fixed tool dependency issue
author saskia-hiltemann
date Tue, 30 Sep 2014 09:56:12 -0400
parents e8755431a0cd
children a4813532bbc6
files iReport.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/iReport.sh	Tue Sep 30 09:47:14 2014 -0400
+++ b/iReport.sh	Tue Sep 30 09:56:12 2014 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #repositorypath="/mnt/galaxyTools/shed_tools/toolshed.nbic.nl/repos/saskia-hiltemann/ireport/71dc132e9bb2/ireport"  # TODO: dependency
-source "${repositorypath}/createHTML.sh"
+
 
 echo "allparams: $@"
 function usage() { echo "Oops!"; }
@@ -31,7 +31,7 @@
     shift
 done
 
-
+source "${repositorypath}/createHTML.sh"
 mkdir $galaxypath
 
 tabs=${tabs//,/ }; tabs=${tabs/ /}