Mercurial > repos > iuc > vg_deconstruct
diff macros.xml @ 0:d9e1149f48d6 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vg commit fc3deb5bce07a12b7f9bbd380118a7d2230a1003"
| author | iuc |
|---|---|
| date | Thu, 09 Apr 2020 08:33:31 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Apr 09 08:33:31 2020 +0000 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">vg</requirement> + </requirements> + </xml> + <token name="@TOOL_VERSION@">1.23.0</token> + <xml name="citations"> + <citations> + <yield /> + </citations> + </xml> +</macros>
