comparison easyjoin.xml @ 15:74aae7d6cb09 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
author bgruening
date Wed, 12 Jul 2017 14:06:47 -0400
parents 7725ab6dab67
children 0e3b611245f7
comparison
equal deleted inserted replaced
14:7725ab6dab67 15:74aae7d6cb09
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 ./ &&