Mercurial > repos > galaxyp > openms_maprttransformer
diff MapRTTransformer.xml @ 7:0fc718253aab draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:40:38 -0400 |
parents | 5b776e2133f1 |
children | fd6de4cdb9e9 |
line wrap: on
line diff
--- a/MapRTTransformer.xml Tue Mar 20 15:05:07 2018 -0400 +++ b/MapRTTransformer.xml Fri May 17 04:40:38 2019 -0400 @@ -10,7 +10,7 @@ <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> - <command>MapRTTransformer + <command detect_errors="aggressive"><![CDATA[MapRTTransformer #if $param_in: -in $param_in @@ -104,7 +104,7 @@ -force #end if #end if -</command> +]]></command> <inputs> <param name="param_in" type="data" format="mzml,featurexml,consensusxml,idxml" optional="True" label="Input file to transform (separated by blanks)" help="(-in) "/> <param name="param_trafo_in" type="data" format="trafoxml" optional="False" label="Transformation to apply" help="(-trafo_in) "/> @@ -161,5 +161,5 @@ <help>Applies retention time transformations to maps. -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapRTTransformer.html</help> +For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_MapRTTransformer.html</help> </tool>