Mercurial > repos > iuc > fargene
diff macros.xml @ 0:79eca9862c3d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fargene commit 867e4a6fad4c2622ad69517e2d4d9ba185109b72"
| author | iuc |
|---|---|
| date | Thu, 28 Nov 2019 19:39:10 +0000 |
| parents | |
| children | 1a46c320f242 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Nov 28 19:39:10 2019 +0000 @@ -0,0 +1,15 @@ +<macros> + <token name="@VERSION@">0.1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">fargene</requirement> + <yield/> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s40168-019-0670-1</citation> + <yield /> + </citations> + </xml> +</macros>
