comparison replace_text_in_column.xml @ 11:74a8bef53a00 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:15:37 -0500
parents 60edf2f8c28f
children a6f147a050a2
comparison
equal deleted inserted replaced
10:e39fceb6ab85 11:74a8bef53a00
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