Mercurial > repos > rnateam > ribotaper
diff macros.xml @ 1:56ffbec351b3 draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
author | rnateam |
---|---|
date | Tue, 07 Jun 2022 09:22:45 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jun 07 09:22:45 2022 +0000 @@ -0,0 +1,22 @@ +<macros> + <token name="@TOOL_VERSION@">1.3.1a</token> + <token name="@VERSION_SUFFIX@">1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">ribotaper</requirement> + <requirement type="package" version="9.1">coreutils</requirement> + <requirement type="package" version="9.54.0">ghostscript</requirement> + + </requirements> + </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">ribotaper</xref> + </xrefs> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1038/nmeth.3688</citation> + </citations> + </xml> +</macros>