Mercurial > repos > iuc > vg_convert
diff macros.xml @ 0:e68d9dfa62a2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vg commit fc3deb5bce07a12b7f9bbd380118a7d2230a1003"
author | iuc |
---|---|
date | Thu, 09 Apr 2020 04:35:27 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Apr 09 04:35:27 2020 -0400 @@ -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>