diff MRMMapper.xml @ 5:f74d3da5abd2 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author galaxyp
date Mon, 12 Feb 2018 12:53:22 -0500
parents 129e682a554c
children 305bf5edf3ce
line wrap: on
line diff
--- a/MRMMapper.xml	Thu Jan 11 18:18:59 2018 -0500
+++ b/MRMMapper.xml	Mon Feb 12 12:53:22 2018 -0500
@@ -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.-->
+<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
 <!--Proposed Tool Section: [Targeted Experiments]-->
-<tool id="MRMMapper" name="MRMMapper" version="2.2.0">
+<tool id="MRMMapper" name="MRMMapper" version="2.3.0">
   <description>MRMMapper maps measured chromatograms (mzML) and the transitions used (TraML)</description>
   <macros>
     <token name="@EXECUTABLE@">MRMMapper</token>
@@ -30,6 +30,9 @@
 #if $param_no_strict:
   -no-strict
 #end if
+#if $param_allow_multiple_mappings:
+  -allow_multiple_mappings
+#end if
 #if $adv_opts.adv_opts_selector=='advanced':
     #if $adv_opts.param_force:
   -force
@@ -42,6 +45,7 @@
     <param name="param_precursor_tolerance" type="float" value="0.1" label="Precursor tolerance when mapping (in Th)" help="(-precursor_tolerance) "/>
     <param name="param_product_tolerance" type="float" value="0.1" label="Product tolerance when mapping (in Th)" help="(-product_tolerance) "/>
     <param name="param_no_strict" display="radio" type="boolean" truevalue="-no-strict" falsevalue="" checked="false" optional="True" label="run in non-strict mode and allow some chromatograms to not be mapped" help="(-no-strict) "/>
+    <param name="param_allow_multiple_mappings" display="radio" type="boolean" truevalue="-allow_multiple_mappings" falsevalue="" checked="false" optional="True" label="Allow multiple mappings (will take the last matching from the TraML)" help="(-allow_multiple_mappings) "/>
     <expand macro="advanced_options">
       <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
     </expand>