Mercurial > repos > iuc > nanopolishcomp_freqmethcalculate
diff macros.xml @ 0:80b6e23cb70d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
| author | iuc |
|---|---|
| date | Tue, 12 May 2020 17:08:21 -0400 |
| parents | |
| children | f08dfdcefdbd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 12 17:08:21 2020 -0400 @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<macros> + <token name="@TOOL_VERSION@">0.6.11</token> + <token name="@WRAPPER_VERSION@">galaxy1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement> + </requirements> + </xml> + <xml name="version_command"> + <version_command>NanopolishComp --version</version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex">@online{NanopolishComp, + author = {Adrien Leger }, + title = {NanopolishComp}, + year = 2019, + url = {https://a-slide.github.io/NanopolishComp/}, + urldate = {2020-04-29} + }</citation> + </citations> + </xml> + <token name="@WID@"><![CDATA[ +NanopolishComp is a companion package for downstream analyses of Nanopolish output files. + ]]></token> + <token name="@REFERENCES@"><![CDATA[ +More information are available on the `project website <https://a-slide.github.io/NanopolishComp/>`_ and `github <https://github.com/a-slide/NanopolishComp>`_. + ]]></token> +</macros> \ No newline at end of file
