Mercurial > repos > iuc > abyss
annotate 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 |
| rev | line source |
|---|---|
| 0 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.5.2">abyss</requirement> | |
| 5 <yield/> | |
| 6 </requirements> | |
| 7 </xml> | |
| 8 <xml name="stdio"> | |
| 9 <stdio> | |
| 10 <!-- Anything other than zero is an error --> | |
| 11 <exit_code range="1:" /> | |
| 12 <!-- In case the return code has not been set propery check stderr too --> | |
| 13 <regex match="Error:" /> | |
| 14 <regex match="Exception:" /> | |
| 15 </stdio> | |
|
5
bb97dd7d11d5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
16 <version_command>ABYSS --version | head -n 1</version_command> |
|
bb97dd7d11d5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
17 </xml> |
|
bb97dd7d11d5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
18 <xml name="citations"> |
|
bb97dd7d11d5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
19 <citations> |
|
bb97dd7d11d5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
20 </citations> |
| 0 | 21 </xml> |
| 22 </macros> |
