Mercurial > repos > galaxyp > openms_filemerger
comparison FileMerger.xml @ 3:1dc8550349dd draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 09:07:38 -0400 |
parents | 47d7f9fd5077 |
children | 55344a50655c |
comparison
equal
deleted
inserted
replaced
2:39e8fde08881 | 3:1dc8550349dd |
---|---|
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="""/> | 70 <remove value="""/> |
71 </valid> | 71 </valid> |