Mercurial > repos > bgruening > text_processing
comparison replace_text_in_column.xml @ 5:20344ce0c811 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52
author | bgruening |
---|---|
date | Wed, 23 Nov 2016 15:56:41 -0500 |
parents | 37e1eb05b1b4 |
children | 60edf2f8c28f |
comparison
equal
deleted
inserted
replaced
4:288462ec2630 | 5:20344ce0c811 |
---|---|
1 <tool id="tp_replace_in_column" name="Replace Text" version="@BASE_VERSION@.0"> | 1 <tool id="tp_replace_in_column" name="Replace Text" version="@BASE_VERSION@.0"> |
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 <expand macro="requirements"> | 6 <requirements> |
7 <requirement type="package" version="4.1.0">gnu_awk</requirement> | 7 <requirement type="package" version="4.1.3">gawk</requirement> |
8 </expand> | 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 |
13 -v OFS=" " | 13 -v OFS=" " |