Mercurial > repos > bgruening > text_processing
comparison awk.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 | 74aae7d6cb09 |
| children | 1aa30b2c73c9 |
comparison
equal
deleted
inserted
replaced
| 17:f2918761eaf3 | 18:1e974b82380d |
|---|---|
| 1 <tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.0"> | 1 <tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.1"> |
| 2 <description>with awk</description> | 2 <description>with awk</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 <