comparison easyjoin.xml @ 7:01ca80da2266 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
author bgruening
date Mon, 22 May 2017 07:41:58 -0400
parents 60edf2f8c28f
children fb4ff3c42cd3
comparison
equal deleted inserted replaced
6:60edf2f8c28f 7:01ca80da2266
1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.0"> 1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.1">
2 <description>two files</description> 2 <description>two files</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
7 <requirement type="package" version="5.18.1">perl</requirement> 7 <requirement type="package" version="5.22.0.1">perl</requirement>
8 </expand> 8 </expand>
9 <version_command>join --version | head -n 1</version_command> 9 <version_command>join --version | head -n 1</version_command>
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 cp $__tool_directory__/sort-header ./ && 12 cp $__tool_directory__/sort-header ./ &&