Mercurial > repos > iuc > khmer_abundance_distribution
changeset 9:7624945cacd3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 7599ef16dc8b83ee49236ed5bb229260c969b0ab
author | iuc |
---|---|
date | Mon, 17 Jun 2024 11:47:51 +0000 |
parents | c0caca5af183 |
children | e699e2747356 |
files | abundance-dist.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/abundance-dist.xml Tue Mar 23 21:29:35 2021 +0000 +++ b/abundance-dist.xml Mon Jun 17 11:47:51 2024 +0000 @@ -2,6 +2,7 @@ <description> Calculate abundance distribution of k-mers using pre-made k-mer countgraphs </description> + <expand macro="bio_tools"/> <macros> <token name="@BINARY@">abundance-dist.py</token> <import>macros.xml</import>
--- a/macros.xml Tue Mar 23 21:29:35 2021 +0000 +++ b/macros.xml Mon Jun 17 11:47:51 2024 +0000 @@ -2,6 +2,11 @@ <token name="@TOOL_VERSION@">3.0.0a3</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">20.01</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">khmer</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">khmer</requirement>