Mercurial > repos > iuc > chira_quantify
diff macros.xml @ 0:f7cce908ef9f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit e4f841daf49048d6c656d50cffb344b53eebeec2"
| author | iuc |
|---|---|
| date | Sun, 19 Jan 2020 21:27:15 +0000 |
| parents | |
| children | c022eac7c318 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sun Jan 19 21:27:15 2020 +0000 @@ -0,0 +1,15 @@ +<macros> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy</token> + <token name="@TOOL_VERSION@">1.0.2</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">chira</requirement> + <yield/> + </requirements> + </xml> + <xml name="citations"> + <citations> + <yield /> + </citations> + </xml> +</macros>
