diff proteinpilot_xml.xml @ 0:7dcb26ce559c

Uploaded
author galaxyp
date Wed, 19 Dec 2012 00:22:55 -0500
parents
children 4c820e82d22c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/proteinpilot_xml.xml	Wed Dec 19 00:22:55 2012 -0500
@@ -0,0 +1,14 @@
+<tool id="proteinpilot_xml" version="0.1" name="Convert ProteinPilot Group to XML">
+  <description></description>
+  <command>
+    group2xml.exe XML $input $output
+  </command>
+  <inputs>
+    <param format="group" name="input" type="data" label="ProteinPilot Group Data" help=""/>
+  </inputs>
+  <outputs>
+    <data format="proteinpilot.xml" name="output" label="XML from ${on_string}"/>
+  </outputs>
+  <help>
+  </help>
+</tool>