diff time.xml @ 0:54da0bd509b0

commit
author pitagora <ryota.yamanaka@riken.jp>
date Tue, 31 Mar 2015 03:21:33 +0900
parents
children 6ea5fd3cbf6a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/time.xml	Tue Mar 31 03:21:33 2015 +0900
@@ -0,0 +1,13 @@
+<tool id="time" name="Elapsed time" version="1.0">
+  <description>of each job</description>
+  <command interpreter="perl">
+    time.pl > $output
+  </command>
+  <inputs>
+  </inputs>
+  <outputs>
+    <data name="output" format="tabular" label="${tool.name} on ${on_string}"/>
+  </outputs>
+  <help>
+  </help>
+</tool>