Previous changeset 17:06ac35533793 (2021-09-24) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 8064fa653fe73c9432c76783d6c635d86548d538" |
modified:
chira_quantify.xml macros.xml |
b |
diff -r 06ac35533793 -r 38d2b1f38992 chira_quantify.xml --- a/chira_quantify.xml Fri Sep 24 06:48:58 2021 +0000 +++ b/chira_quantify.xml Sun Dec 19 15:48:40 2021 +0000 |
[ |
@@ -1,9 +1,9 @@ -<tool id="chira_quantify" name="ChiRA qauntify" version="@WRAPPER_VERSION@0"> +<tool id="chira_quantify" name="ChiRA qauntify" version="@TOOL_VERSION@0"> <description>quantify aligned loci to score the alignments</description> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <command><![CDATA[ chira_quantify.py |
b |
diff -r 06ac35533793 -r 38d2b1f38992 macros.xml --- a/macros.xml Fri Sep 24 06:48:58 2021 +0000 +++ b/macros.xml Sun Dec 19 15:48:40 2021 +0000 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy</token> + <token name="@TOOL_VERSION@">@TOOL_VERSION@+galaxy</token> <token name="@TOOL_VERSION@">1.4.3</token> <xml name="bio_tools"> <xrefs> |