comparison easyjoin.xml @ 1:43b1f073b693 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
author bgruening
date Tue, 30 Jun 2015 16:23:23 -0400
parents 5314e5d6f040
children 37e1eb05b1b4
comparison
equal deleted inserted replaced
0:5314e5d6f040 1:43b1f073b693
1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.0"> 1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.0">
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="set_environment">TP_SCRIPT_PATH</requirement>
8 </expand>
9 <version_command>join --version | head -n 1</version_command> 7 <version_command>join --version | head -n 1</version_command>
10 <command> 8 <command>
11 <![CDATA[ 9 <![CDATA[
12 cp \$TP_SCRIPT_PATH/sort-header ./ && 10 cp $__tool_directory__/sort-header ./ &&
13 chmod +x sort-header && 11 chmod +x sort-header &&
14 perl \$TP_SCRIPT_PATH/easyjoin 12 perl $__tool_directory__/easyjoin
15 $jointype 13 $jointype
16 -t ' ' 14 -t ' '
17 $header 15 $header
18 -e '$empty_string_filler' 16 -e '$empty_string_filler'
19 -o auto 17 -o auto