Mercurial > repos > iuc > abyss
comparison macros.xml @ 5:bb97dd7d11d5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 22:47:42 -0400 |
| parents | 1d0f1274d999 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:c8a188ea46d5 | 5:bb97dd7d11d5 |
|---|---|
| 2 <xml name="requirements"> | 2 <xml name="requirements"> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.5.2">abyss</requirement> | 4 <requirement type="package" version="1.5.2">abyss</requirement> |
| 5 <yield/> | 5 <yield/> |
| 6 </requirements> | 6 </requirements> |
| 7 <version_command>ABYSS --version | head -n 1</version_command> | |
| 8 </xml> | 7 </xml> |
| 9 <xml name="stdio"> | 8 <xml name="stdio"> |
| 10 <stdio> | 9 <stdio> |
| 11 <!-- Anything other than zero is an error --> | 10 <!-- Anything other than zero is an error --> |
| 12 <exit_code range="1:" /> | 11 <exit_code range="1:" /> |
| 13 <!-- In case the return code has not been set propery check stderr too --> | 12 <!-- In case the return code has not been set propery check stderr too --> |
| 14 <regex match="Error:" /> | 13 <regex match="Error:" /> |
| 15 <regex match="Exception:" /> | 14 <regex match="Exception:" /> |
| 16 </stdio> | 15 </stdio> |
| 16 <version_command>ABYSS --version | head -n 1</version_command> | |
| 17 </xml> | |
| 18 <xml name="citations"> | |
| 19 <citations> | |
| 20 </citations> | |
| 17 </xml> | 21 </xml> |
| 18 </macros> | 22 </macros> |
