Mercurial > repos > iuc > raceid_inspecttrajectory
changeset 7:3478133d0f6f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit b461ba94158cf4cc793919470b78bd3eb91312eb"
author | iuc |
---|---|
date | Thu, 02 Dec 2021 16:21:15 +0000 |
parents | c8434a623268 |
children | df8e4e54d367 |
files | macros.xml raceid_inspecttrajectories.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Apr 15 18:58:58 2021 +0000 +++ b/macros.xml Thu Dec 02 16:21:15 2021 +0000 @@ -25,8 +25,8 @@ return(unlist(strsplit(string,","))) } </token> - <token name="@VERSION_RACEID@">0.2.3</token> - <token name="@VERSION_WRAPPER@">0</token> + <token name="@TOOL_VERSION@">0.2.3</token> + <token name="@VERSION_SUFFIX@">1</token> <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2> '$outlog'"> <version_command><![CDATA[ @@ -47,7 +47,7 @@ <macro name="requirements" > <requirements> - <requirement type="package" version="@VERSION_RACEID@" >r-raceid</requirement> + <requirement type="package" version="@TOOL_VERSION@" >r-raceid</requirement> <!-- <requirement type="package" version="1.6.2">bioconductor-scran</requirement> --> </requirements> </macro>
--- a/raceid_inspecttrajectories.xml Thu Apr 15 18:58:58 2021 +0000 +++ b/raceid_inspecttrajectories.xml Thu Dec 02 16:21:15 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@VERSION_RACEID@+galaxy@VERSION_WRAPPER@" > +<tool id="raceid_inspecttrajectory" name="Lineage Branch Analysis using StemID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" > <description>inspects branches of a lineage tree</description> <macros> <import>macros.xml</import>