diff MapRTTransformer.xml @ 3:1b460a43ae29 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 18:57:12 -0400
parents bcb3f7dc36e1
children 490742393ef7
line wrap: on
line diff
--- a/MapRTTransformer.xml	Thu Apr 27 12:58:45 2017 -0400
+++ b/MapRTTransformer.xml	Fri Jul 14 18:57:12 2017 -0400
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
 <!--Proposed Tool Section: [Map Alignment]-->
-<tool id="MapRTTransformer" name="MapRTTransformer" version="2.1.0">
+<tool id="MapRTTransformer" name="MapRTTransformer" version="2.2.0">
   <description>Applies retention time transformations to maps.</description>
   <macros>
     <token name="@EXECUTABLE@">MapRTTransformer</token>
@@ -106,7 +106,7 @@
 #end if
 </command>
   <inputs>
-    <param name="param_in" type="data" format="featurexml,consensusxml,mzml,idxml" optional="True" label="Input file to transform (separated by blanks)" help="(-in) "/>
+    <param name="param_in" type="data" format="mzml,featurexml,consensusxml,idxml" optional="True" label="Input file to transform (separated by blanks)" help="(-in) "/>
     <param name="param_trafo_in" type="data" format="trafoxml" optional="False" label="Transformation to apply" help="(-trafo_in) "/>
     <param name="param_invert" display="radio" type="boolean" truevalue="-invert" falsevalue="" checked="false" optional="True" label="Invert transformation (approximatively) before applying it" help="(-invert) "/>
     <param name="param_store_original_rt" display="radio" type="boolean" truevalue="-store_original_rt" falsevalue="" checked="false" optional="True" label="Store the original retention times (before transformation) as meta data in the output file" help="(-store_original_rt) "/>