diff FeatureFinderMultiplex.xml @ 10:e8651e585689 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:13:39 -0400
parents 954c0413acfb
children 3098bea02bd8
line wrap: on
line diff
--- a/FeatureFinderMultiplex.xml	Tue Mar 20 14:44:35 2018 -0400
+++ b/FeatureFinderMultiplex.xml	Wed May 15 08:13:39 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>FeatureFinderMultiplex
+  <command detect_errors="aggressive"><![CDATA[FeatureFinderMultiplex
 
 #if $param_in:
   -in $param_in
@@ -132,7 +132,7 @@
 #end if
 #end if
 -threads "\${GALAXY_SLOTS:-1}"
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="mzml" optional="False" label="LC-MS dataset in centroid or profile mode" help="(-in) "/>
     <param name="param_algorithm_labels" type="text" size="30" value="[][Lys8,Arg10]" label="Labels used for labelling the samples" help="(-labels) [...] specifies the labels for a single sample. For example &lt;br&gt; &lt;br&gt;[][Lys8,Arg10]        ... SILAC &lt;br&gt;[][Lys4,Arg6][Lys8,Arg10]        ... triple-SILAC &lt;br&gt;[Dimethyl0][Dimethyl6]        ... Dimethyl &lt;br&gt;[Dimethyl0][Dimethyl4][Dimethyl8]        ... triple Dimethyl &lt;br&gt;[ICPL0][ICPL4][ICPL6][ICPL10]        ... ICPL">
@@ -208,5 +208,5 @@
   <help>Determination of peak ratios in LC-MS data
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMultiplex.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureFinderMultiplex.html</help>
 </tool>