Mercurial > repos > iuc > rnaquast
diff macros.xml @ 6:db56d253eb2f draft
planemo upload for repository https://git.ufz.de/lehmanju/rnaquast commit c633f5c634128e3c81ab48e94df6f703dd005c46
| author | iuc |
|---|---|
| date | Wed, 07 Jun 2023 12:01:41 +0000 |
| parents | |
| children | 4e2ebf631871 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jun 07 12:01:41 2023 +0000 @@ -0,0 +1,17 @@ + +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">rnaquast</requirement> + <!--requirement type="package" version="1.34">tar</requirement--> + </requirements> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">rnaQUAST</xref> + </xrefs> + </xml> + <token name="@TOOL_VERSION@">2.2.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">20.05</token> + </macros> \ No newline at end of file
