comparison iReport.xml @ 2:e8755431a0cd draft

fixed missing dependencies
author saskia-hiltemann
date Tue, 30 Sep 2014 09:47:14 -0400
parents 440f4aa3db97
children a4813532bbc6
comparison
equal deleted inserted replaced
1:440f4aa3db97 2:e8755431a0cd
1 <tool id="iReport" name="iReport" version="1"> 1 <tool id="iReport" name="iReport" version="1">
2 <description> create an HTML report </description> 2 <description> create an HTML report </description>
3 3
4 4 <requirements>
5 <requirement type="set_environment">REPOSITORY_PATH</requirement>
6 </requirements>
5 <command interpreter="bash"> 7 <command interpreter="bash">
6 8
7 iReport.sh 9 iReport.sh
10 --toolpath \$REPOSITORY_PATH
8 --galaxypath ${report.files_path} 11 --galaxypath ${report.files_path}
9 --htmlout ${report} 12 --htmlout ${report}
10 --minwidth ${minwidth} 13 --minwidth ${minwidth}
11 --coverimage "-${coverimage}" 14 --coverimage "-${coverimage}"
12 #for $i, $t in enumerate($tabs) 15 #for $i, $t in enumerate($tabs)