Mercurial > repos > iuc > transit_hmm
changeset 5:7db455b6434b draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:49:41 +0000 |
parents | 532a84f0de1e |
children | |
files | macros.xml transit_hmm.xml |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri Jan 31 10:48:38 2020 -0500 +++ b/macros.xml Sat Nov 27 09:49:41 2021 +0000 @@ -6,13 +6,19 @@ <yield /> </citations> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">transit</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">transit</requirement> + <requirement type="package" version="@TOOL_VERSION@">transit</requirement> <yield /> </requirements> </xml> - <token name="@VERSION@">3.0.2</token> + <token name="@TOOL_VERSION@">3.0.2</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="outputs"> <yield /> <data name="sites" from_work_dir="transit_out.txt" format="tabular" label="${tool.name} on ${on_string} Sites" />
--- a/transit_hmm.xml Fri Jan 31 10:48:38 2020 -0500 +++ b/transit_hmm.xml Sat Nov 27 09:49:41 2021 +0000 @@ -1,6 +1,7 @@ <?xml version="1.0"?> -<tool id="transit_hmm" name="HMM" version="@VERSION@+galaxy0"> +<tool id="transit_hmm" name="TRANSIT HMM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>- determine essentiality of a genome</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>