Mercurial > repos > bgruening > diff
changeset 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 | |
files | diff.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/diff.xml Wed Feb 03 20:49:42 2021 +0000 +++ b/diff.xml Fri Mar 12 16:22:44 2021 +0000 @@ -1,12 +1,12 @@ <tool id="diff" name="diff" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> <description>analyzes two files and generates an unidiff text file with information about the differences and an optional Html report</description> <macros> - <token name="@TOOL_VERSION@">3.6</token> - <token name="@GALAXY_VERSION@">2</token> + <token name="@TOOL_VERSION@">3.7</token> + <token name="@GALAXY_VERSION@">0</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">diffutils</requirement> - <requirement type="package" version="4.7">sed</requirement> + <requirement type="package" version="4.8">sed</requirement> </requirements> <stdio> <exit_code range="2:" level="fatal" description="Something went wrong trying to check differences in files. Please check output log for more details."/>