Previous changeset 16:8e3da3c5b851 (2021-04-07) Next changeset 18:38d2b1f38992 (2021-12-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73" |
modified:
chira_quantify.xml macros.xml |
b |
diff -r 8e3da3c5b851 -r 06ac35533793 chira_quantify.xml --- a/chira_quantify.xml Wed Apr 07 12:42:05 2021 +0000 +++ b/chira_quantify.xml Fri Sep 24 06:48:58 2021 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="chira_quantify" name="ChiRA qauntify" version="@WRAPPER_VERSION@0"> <description>quantify aligned loci to score the alignments</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r 8e3da3c5b851 -r 06ac35533793 macros.xml --- a/macros.xml Wed Apr 07 12:42:05 2021 +0000 +++ b/macros.xml Fri Sep 24 06:48:58 2021 +0000 |
b |
@@ -1,6 +1,11 @@ <macros> <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy</token> <token name="@TOOL_VERSION@">1.4.3</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">chira</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">chira</requirement> |