Previous changeset 0:2c7ac12ad75a (2020-02-18) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastani commit 2510af3d8a6e812e211ea9fa1ebf42259b7c27f0 |
modified:
fastani.xml macros.xml |
b |
diff -r 2c7ac12ad75a -r 3c6e0e8df873 fastani.xml --- a/fastani.xml Tue Feb 18 15:58:57 2020 -0500 +++ b/fastani.xml Sat May 18 15:26:00 2024 +0000 |
b |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <version_command>fastANI --version</version_command> <command detect_errors="exit_code"> |
b |
diff -r 2c7ac12ad75a -r 3c6e0e8df873 macros.xml --- a/macros.xml Tue Feb 18 15:58:57 2020 -0500 +++ b/macros.xml Sat May 18 15:26:00 2024 +0000 |
b |
@@ -1,5 +1,10 @@ <macros> <token name="@VERSION@">1.3</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">fastani</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">fastani</requirement> |