Previous changeset 6:43c146e25a43 (2021-04-15) Next changeset 8:c891d8b33ede (2021-12-20) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit b461ba94158cf4cc793919470b78bd3eb91312eb" |
modified:
macros.xml raceid_filtnormconf.xml |
b |
diff -r 43c146e25a43 -r d45f092caf24 macros.xml --- a/macros.xml Thu Apr 15 19:00:38 2021 +0000 +++ b/macros.xml Thu Dec 02 16:22:21 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> |
b |
diff -r 43c146e25a43 -r d45f092caf24 raceid_filtnormconf.xml --- a/raceid_filtnormconf.xml Thu Apr 15 19:00:38 2021 +0000 +++ b/raceid_filtnormconf.xml Thu Dec 02 16:22:21 2021 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="raceid_filtnormconf" name="Initial processing using RaceID" version="@VERSION_RACEID@+galaxy@VERSION_WRAPPER@" > +<tool id="raceid_filtnormconf" name="Initial processing using RaceID" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" > <description>performs filtering, normalisation, and confounder removal to generate a normalised and filtered count matrix of single-cell RNA data</description> <macros> <import>macros.xml</import> |