Mercurial > repos > galaxyp > openms_openswathfilesplitter
diff OpenSwathFileSplitter.xml @ 7:508e1f473cfe 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:23:52 -0400 |
parents | c88d8b0697d8 |
children | 0ab17cc5cf0c |
line wrap: on
line diff
--- a/OpenSwathFileSplitter.xml Tue Mar 20 14:51:17 2018 -0400 +++ b/OpenSwathFileSplitter.xml Wed May 15 08:23:52 2019 -0400 @@ -10,7 +10,7 @@ <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> - <command>OpenSwathFileSplitter + <command detect_errors="aggressive"><![CDATA[OpenSwathFileSplitter -in #for token in $param_in: @@ -25,7 +25,7 @@ #end if #end if > $param_stdout -</command> +]]></command> <inputs> <param name="param_in" type="data" format="mzml,mzxml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) "> <sanitizer> @@ -53,5 +53,5 @@ <help>Splits SWATH files into n files, each containing one window. -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathFileSplitter.html</help> +For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_OpenSwathFileSplitter.html</help> </tool>