comparison FileMerger.xml @ 3:397811d89637 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 18:48:07 -0400
parents 110f7ab62e67
children 33e3f62dcf23
comparison
equal deleted inserted replaced
2:9b8a6a797188 3:397811d89637
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [File Handling]--> 3 <!--Proposed Tool Section: [File Handling]-->
4 <tool id="FileMerger" name="FileMerger" version="2.1.0"> 4 <tool id="FileMerger" name="FileMerger" version="2.2.0">
5 <description>Merges several MS files into one file.</description> 5 <description>Merges several MS files into one file.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FileMerger</token> 7 <token name="@EXECUTABLE@">FileMerger</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
61 -force 61 -force
62 #end if 62 #end if
63 #end if 63 #end if
64 </command> 64 </command>
65 <inputs> 65 <inputs>
66 <param name="param_in" type="data" format="mgf,mzml,mzxml,traml,featurexml,consensusxml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> 66 <param name="param_in" type="data" format="mzData,mzxml,mzml,dta,dta2d,mgf,featurexml,consensusxml,fid,traml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) ">
67 <sanitizer> 67 <sanitizer>
68 <valid initial="string.printable"> 68 <valid initial="string.printable">
69 <remove value="'"/> 69 <remove value="'"/>
70 <remove value="&quot;"/> 70 <remove value="&quot;"/>
71 </valid> 71 </valid>