Mercurial > repos > iuc > nanopolishcomp_freqmethcalculate
changeset 1:f08dfdcefdbd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6
author | iuc |
---|---|
date | Wed, 13 Mar 2024 11:52:05 +0000 |
parents | 80b6e23cb70d |
children | |
files | freqmethcalculate.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/freqmethcalculate.xml Tue May 12 17:08:21 2020 -0400 +++ b/freqmethcalculate.xml Wed Mar 13 11:52:05 2024 +0000 @@ -4,6 +4,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml Tue May 12 17:08:21 2020 -0400 +++ b/macros.xml Wed Mar 13 11:52:05 2024 +0000 @@ -7,6 +7,11 @@ <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement> </requirements> </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">nanopolishcomp</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>NanopolishComp --version</version_command> </xml>