Mercurial > repos > bgruening > text_processing
comparison sorted_uniq.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 | f22a309187a3 |
comparison
equal
deleted
inserted
replaced
| 17:f2918761eaf3 | 18:1e974b82380d |
|---|---|
| 1 <tool id="tp_uniq_tool" name="Unique lines" version="@BASE_VERSION@.0"> | 1 <tool id="tp_uniq_tool" name="Unique lines" version="@BASE_VERSION@.1"> |
| 2 <description>assuming sorted input file</description> | 2 <description>assuming sorted input file</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="package" version="4.2.3.dev0">sed</requirement> | 7 <requirement type="package" version="4.4">sed</requirement> |
| 8 </expand> | 8 </expand> |
| 9 <version_command>uniq --version | head -n 1</version_command> | 9 <version_command>uniq --version | head -n 1</version_command> |
| 10 <command> | 10 <command> |
| 11 <