diff proteinpilot_tabular.xml @ 8:0aa9d080713e

Update for ProteinPilot version 5.0
author Jim Johnson <jj@umn.edu>
date Thu, 05 Nov 2015 13:15:48 -0600
parents ffbfff887a03
children
line wrap: on
line diff
--- a/proteinpilot_tabular.xml	Mon Oct 20 15:54:33 2014 -0500
+++ b/proteinpilot_tabular.xml	Thu Nov 05 13:15:48 2015 -0600
@@ -1,4 +1,4 @@
-<tool id="proteinpilot_tabular" version="0.1" name="ProteinPilot - Convert Group to Tabular">
+<tool id="proteinpilot_tabular" name="ProteinPilot - Convert Group to Tabular" version="5.0.0">
   <description></description>
   <!-- TOOD: Implement wrapper allowing Windows newlines to be replaced. -->
   <command>
@@ -7,7 +7,7 @@
     #else
     #set $denom = ""
     #end if
-    group2xml.exe ${ptype} $input $output $denom
+    GroupFileExtractor.exe ${ptype} $input $output $denom
   </command>
   <inputs>
     <param format="group" name="input" type="data" label="ProteinPilot Group Data" help=""/>