Mercurial > repos > galaxyp > openms_spectrafilternlargest
diff SpectraFilterNLargest.xml @ 11:0ac7bcdfb539 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:03:42 -0400 |
parents | 94141f6080d6 |
children | 8e086e7b97ce |
line wrap: on
line diff
--- a/SpectraFilterNLargest.xml Mon Feb 12 14:34:01 2018 -0500 +++ b/SpectraFilterNLargest.xml Wed May 15 05:03:42 2019 -0400 @@ -10,7 +10,7 @@ <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> - <command>SpectraFilterNLargest + <command detect_errors="aggressive"><![CDATA[SpectraFilterNLargest #if $param_in: -in $param_in @@ -26,7 +26,7 @@ -force #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_n" type="integer" value="200" label="The number of peaks to keep" help="(-n) "/> @@ -40,5 +40,5 @@ <help>Applies thresholdfilter to peak spectra. -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterNLargest.html</help> +For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_SpectraFilterNLargest.html</help> </tool>