comparison FuzzyDiff.xml @ 7:cabf2360876a draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author galaxyp
date Mon, 12 Feb 2018 12:54:36 -0500
parents 2065b42a39e2
children 42b3646bc300
comparison
equal deleted inserted replaced
6:7a16cf008b2b 7:cabf2360876a
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 CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="FuzzyDiff" name="FuzzyDiff" version="2.2.0.1"> 4 <tool id="FuzzyDiff" name="FuzzyDiff" version="2.3.0">
5 <description>Compares two files, tolerating numeric differences.</description> 5 <description>Compares two files, tolerating numeric differences.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FuzzyDiff</token> 7 <token name="@EXECUTABLE@">FuzzyDiff</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
79 <remove value="&quot;"/> 79 <remove value="&quot;"/>
80 </valid> 80 </valid>
81 </sanitizer> 81 </sanitizer>
82 </param> 82 </param>
83 </repeat> 83 </repeat>
84 <repeat name="rep_param_matched_whitelist" min="0" max="1" title="param_matched_whitelist"> 84 <repeat name="rep_param_matched_whitelist" min="0" title="param_matched_whitelist">
85 <param name="param_matched_whitelist" type="text" size="30" label="Lines where one file contains one string and the other file another string are skipped. Input is given as list of colon separated tuples," help="(-matched_whitelist) e.g. String1:String2 String3:String4"> 85 <param name="param_matched_whitelist" type="text" size="30" label="Lines where one file contains one string and the other file another string are skipped. Input is given as list of colon separated tuples," help="(-matched_whitelist) e.g. String1:String2 String3:String4">
86 <sanitizer> 86 <sanitizer>
87 <valid initial="string.printable"> 87 <valid initial="string.printable">
88 <remove value="'"/> 88 <remove value="'"/>
89 <remove value="&quot;"/> 89 <remove value="&quot;"/>