Mercurial > repos > iuc > exonerate
diff macros.xml @ 0:b1fd74cb7cb9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/exonerate commit e02d20338ee01ed58265d93e9cc5b0695a322d47
| author | iuc |
|---|---|
| date | Thu, 02 Aug 2018 09:11:12 -0400 |
| parents | |
| children | 0d6a5769f901 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Aug 02 09:11:12 2018 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">exonerate</requirement> + <yield /> + </requirements> + </xml> + + <token name="@VERSION@">2.4.0</token> + + <xml name="citations"> + <citations> + <citation type="doi">10.1186/1471-2105-6-31</citation> + </citations> + </xml> + +</macros>
