Mercurial > repos > iuc > filtlong
diff macros.xml @ 4:428fd2cee5d9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/filtlong commit 5875d08292df3ceac45962dcc1790a36de9dcf9a
| author | iuc |
|---|---|
| date | Tue, 23 Sep 2025 16:33:00 +0000 |
| parents | e6d48d485920 |
| children |
line wrap: on
line diff
--- a/macros.xml Thu Feb 24 21:21:47 2022 +0000 +++ b/macros.xml Tue Sep 23 16:33:00 2025 +0000 @@ -1,11 +1,29 @@ <macros> - <token name="@TOOL_VERSION@">0.2.1</token> + <token name="@TOOL_VERSION@">0.3.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">20.01</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">filtlong</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">filtlong</requirement> </requirements> </xml> -</macros> - + <xml name="citations"> + <citations> + <citation type="bibtex"> + @misc{rrwick2017, + author = {Wick, Ryan}, + year = {2017}, + title = {Filtlong}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/rrwick/Filtlong}, + } + </citation> + </citations> + </xml> +</macros> \ No newline at end of file
