Mercurial > repos > iuc > abyss
diff 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 |
line wrap: on
line diff
--- a/macros.xml Wed Apr 29 12:07:23 2015 -0400 +++ b/macros.xml Mon May 04 22:47:42 2015 -0400 @@ -4,7 +4,6 @@ <requirement type="package" version="1.5.2">abyss</requirement> <yield/> </requirements> - <version_command>ABYSS --version | head -n 1</version_command> </xml> <xml name="stdio"> <stdio> @@ -14,5 +13,10 @@ <regex match="Error:" /> <regex match="Exception:" /> </stdio> + <version_command>ABYSS --version | head -n 1</version_command> + </xml> + <xml name="citations"> + <citations> + </citations> </xml> </macros>
