Mercurial > repos > iuc > fastani
changeset 1:3c6e0e8df873 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastani commit 2510af3d8a6e812e211ea9fa1ebf42259b7c27f0
author | iuc |
---|---|
date | Sat, 18 May 2024 15:26:00 +0000 |
parents | 2c7ac12ad75a |
children | |
files | fastani.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fastani.xml Tue Feb 18 15:58:57 2020 -0500 +++ b/fastani.xml Sat May 18 15:26:00 2024 +0000 @@ -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">
--- a/macros.xml Tue Feb 18 15:58:57 2020 -0500 +++ b/macros.xml Sat May 18 15:26:00 2024 +0000 @@ -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>