diff FeatureFinderCentroided.xml @ 12:7e0673ed8c6a draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 05:19:17 -0400
parents 2848d9179a69
children 6459688f246a
line wrap: on
line diff
--- a/FeatureFinderCentroided.xml	Mon Feb 12 08:39:44 2018 -0500
+++ b/FeatureFinderCentroided.xml	Wed May 15 05:19:17 2019 -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.-->
+<!--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: [Quantitation]-->
-<tool id="FeatureFinderCentroided" name="FeatureFinderCentroided" version="2.2.0">
+<tool id="FeatureFinderCentroided" name="FeatureFinderCentroided" version="2.3.0">
   <description>Detects two-dimensional features in LC-MS data.</description>
   <macros>
     <token name="@EXECUTABLE@">FeatureFinderCentroided</token>
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>FeatureFinderCentroided
+  <command detect_errors="aggressive"><![CDATA[FeatureFinderCentroided
 
 #if $param_in:
   -in $param_in
@@ -123,7 +123,8 @@
   -algorithm:feature:max_intersection $adv_opts.param_algorithm_feature_max_intersection
 #end if
 #end if
-</command>
+-threads "\${GALAXY_SLOTS:-1}"
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/>
     <param name="param_seeds" type="data" format="featurexml" optional="True" label="User specified seed list" help="(-seeds) "/>
@@ -173,5 +174,5 @@
   <help>Detects two-dimensional features in LC-MS data.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderCentroided.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureFinderCentroided.html</help>
 </tool>