diff iReport.xml @ 2:e8755431a0cd draft

fixed missing dependencies
author saskia-hiltemann
date Tue, 30 Sep 2014 09:47:14 -0400
parents 440f4aa3db97
children a4813532bbc6
line wrap: on
line diff
--- a/iReport.xml	Wed Jul 30 07:03:43 2014 -0400
+++ b/iReport.xml	Tue Sep 30 09:47:14 2014 -0400
@@ -1,10 +1,13 @@
 <tool id="iReport" name="iReport" version="1">
  	<description> create an HTML report </description>
 	
-
+	<requirements>
+		<requirement type="set_environment">REPOSITORY_PATH</requirement>
+	</requirements>
   	<command interpreter="bash"> 
 		
   		iReport.sh 
+			--toolpath \$REPOSITORY_PATH
 			--galaxypath ${report.files_path}
 			--htmlout ${report}
 			--minwidth ${minwidth}