Mercurial > repos > bgruening > text_processing
comparison easyjoin.xml @ 8:fa7f88da29d7 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
| author | bgruening |
|---|---|
| date | Tue, 30 Jun 2015 16:20:05 -0400 |
| parents | 8928e6d1e7ba |
| children | c78b1767db2b |
comparison
equal
deleted
inserted
replaced
| 7:d64eace4f9f3 | 8:fa7f88da29d7 |
|---|---|
| 1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.0"> | 1 <tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.0"> |
| 2 <description>two files</description> | 2 <description>two files</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="set_environment">TP_SCRIPT_PATH</requirement> | |
| 8 </expand> | |
| 9 <version_command>join --version | head -n 1</version_command> | 7 <version_command>join --version | head -n 1</version_command> |
| 10 <command> | 8 <command> |
| 11 <