comparison diff.xml @ 3:156d0908e232 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 978d7977e5f59f99e3d20a0df70f31ce577d0372"
author bgruening
date Fri, 12 Mar 2021 16:22:44 +0000
parents 95a9dc82fc9a
children
comparison
equal deleted inserted replaced
2:95a9dc82fc9a 3:156d0908e232
1 <tool id="diff" name="diff" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> 1 <tool id="diff" name="diff" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
2 <description>analyzes two files and generates an unidiff text file with information about the differences and an optional Html report</description> 2 <description>analyzes two files and generates an unidiff text file with information about the differences and an optional Html report</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">3.6</token> 4 <token name="@TOOL_VERSION@">3.7</token>
5 <token name="@GALAXY_VERSION@">2</token> 5 <token name="@GALAXY_VERSION@">0</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">diffutils</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">diffutils</requirement>
9 <requirement type="package" version="4.7">sed</requirement> 9 <requirement type="package" version="4.8">sed</requirement>
10 </requirements> 10 </requirements>
11 <stdio> 11 <stdio>
12 <exit_code range="2:" level="fatal" description="Something went wrong trying to check differences in files. Please check output log for more details."/> 12 <exit_code range="2:" level="fatal" description="Something went wrong trying to check differences in files. Please check output log for more details."/>
13 <regex match="diff: memory exhausted" source="stdout" level="fatal_oom" description="Out of memory error occurred"/> 13 <regex match="diff: memory exhausted" source="stdout" level="fatal_oom" description="Out of memory error occurred"/>
14 </stdio> 14 </stdio>