comparison replace_text_in_column.xml @ 18:1e974b82380d draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 0ba37c1f33eeb1c77b4d9363d681fe522d9f7fe7
author bgruening
date Tue, 27 Feb 2018 17:10:53 -0500
parents 7725ab6dab67
children bed2226b90f7
comparison
equal deleted inserted replaced
17:f2918761eaf3 18:1e974b82380d
1 <tool id="tp_replace_in_column" name="Replace Text" version="@BASE_VERSION@.1"> 1 <tool id="tp_replace_in_column" name="Replace Text" version="@BASE_VERSION@.2">
2 <description>in a specific column</description> 2 <description>in a specific column</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="4.1.3">gawk</requirement> 7 <requirement type="package" version="4.2.0">gawk</requirement>
8 </requirements> 8 </requirements>
9 <version_command>awk --version | head -n 1</version_command> 9 <version_command>awk --version | head -n 1</version_command>
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 awk 12 awk