Previous changeset 3:41b2ad601cf0 (2022-02-24) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 865e706efac79fdec1a115d82d8974cafb30058e |
modified:
filtlong.xml macros.xml |
b |
diff -r 41b2ad601cf0 -r 1f296803dfa3 filtlong.xml --- a/filtlong.xml Thu Feb 24 21:22:16 2022 +0000 +++ b/filtlong.xml Wed Nov 01 08:35:30 2023 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools" /> <expand macro="requirements"/> <version_command>filtlong --version</version_command> <command detect_errors="exit_code"><![CDATA[ |
b |
diff -r 41b2ad601cf0 -r 1f296803dfa3 macros.xml --- a/macros.xml Thu Feb 24 21:22:16 2022 +0000 +++ b/macros.xml Wed Nov 01 08:35:30 2023 +0000 |
b |
@@ -2,6 +2,13 @@ <token name="@TOOL_VERSION@">0.2.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> |