changeset 34:f475c42e642c

Uploaded
author jorrit
date Tue, 26 Feb 2013 23:02:45 -0500
parents b277bb358960
children 25c037153c9f
files ontologizer.xml
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ontologizer.xml	Tue Feb 26 22:53:21 2013 -0500
+++ b/ontologizer.xml	Tue Feb 26 23:02:45 2013 -0500
@@ -1,7 +1,7 @@
 <tool id="ontologizer" name="ontologizer" version="0.0.16">
   <description>from http://compbio.charite.de/contao/</description>
   <requirements>
-    <requirement type="set_environment">ONTOLOGIZER_JAR</requirement>
+    <!--requirement type="set_environment">ONTOLOGIZER_JAR</requirement-->
     <requirement type="package" version="0.0.3">ontologizer-jar</requirement>
   </requirements>
   <command>java -Xmx2G -jar $ONTOLOGIZER_JAR --go $go --association $gaf --population $population --studyset $studyset --dot 0.05 --mtc "$mtc" --calculation "$calc"; mv table-*.txt $tablefile; mv view-*.dot $dotfile</command>
@@ -27,15 +27,15 @@
       <option value="Westfall-Young-Single-Step">Westfall-Young-Single-Step</option>
       <option value="Westfall-Young-Step-Down">Westfall-Young-Step-Down</option>
     </param>
-</inputs>
-<outputs>
-  <data format="tabular" name="tablefile" />
-  <data format="text" name="dotfile" />
-</outputs>
+  </inputs>
+  <outputs>
+    <data format="tabular" name="tablefile" />
+    <data format="text" name="dotfile" />
+  </outputs>
 
-<help>
-  see http://compbio.charite.de/contao/index.php/ontologizer2.html
-</help>
+  <help>
+    see http://compbio.charite.de/contao/index.php/ontologizer2.html
+  </help>
 
 </tool>