Mercurial > repos > galaxyp > openms_featurefindermrm
diff FeatureFinderMRM.xml @ 9:d0e82da46b78 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Wed, 15 May 2019 07:53:41 -0400 |
parents | 7aac44dfb2b8 |
children | 90f3670ec66b |
line wrap: on
line diff
--- a/FeatureFinderMRM.xml Tue Mar 20 14:28:58 2018 -0400 +++ b/FeatureFinderMRM.xml Wed May 15 07:53:41 2019 -0400 @@ -10,7 +10,7 @@ <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> - <command>FeatureFinderMRM + <command detect_errors="aggressive"><![CDATA[FeatureFinderMRM #if $param_in: -in $param_in @@ -41,7 +41,7 @@ -algorithm:write_debuginfo #end if #end if -</command> +]]></command> <inputs> <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/> <param name="param_algorithm_min_rt_distance" type="float" min="0.0" optional="True" value="10.0" label="Minimal distance of MRM features in seconds" help="(-min_rt_distance) "/> @@ -60,5 +60,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_FeatureFinderMRM.html</help> +For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureFinderMRM.html</help> </tool>