comparison diff.xml @ 5:be2d899bf34a draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 58a5eccb3ed4073ff53852a0d40af19d18c52790
author bgruening
date Wed, 09 Apr 2025 15:53:24 +0000
parents 10ef1bf99074
children
comparison
equal deleted inserted replaced
4:10ef1bf99074 5:be2d899bf34a
1 <tool id="diff" name="diff" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="23.0"> 1 <tool id="diff" name="diff" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="23.0">
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.10</token> 4 <token name="@TOOL_VERSION@">3.10</token>
5 <token name="@GALAXY_VERSION@">0</token> 5 <token name="@GALAXY_VERSION@">1</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.8">sed</requirement> 9 <requirement type="package" version="4.8">sed</requirement>
10 </requirements> 10 </requirements>