Previous changeset 16:b8cb089a8e59 (2021-04-07) Next changeset 18:9930af9d17f8 (2021-12-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73" |
modified:
chira_merge.xml macros.xml |
b |
diff -r b8cb089a8e59 -r 6492560fe1b4 chira_merge.xml --- a/chira_merge.xml Wed Apr 07 12:42:23 2021 +0000 +++ b/chira_merge.xml Fri Sep 24 06:49:40 2021 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="chira_merge" name="ChiRA merge" version="@WRAPPER_VERSION@0"> <description>merge aligned positions</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r b8cb089a8e59 -r 6492560fe1b4 macros.xml --- a/macros.xml Wed Apr 07 12:42:23 2021 +0000 +++ b/macros.xml Fri Sep 24 06:49:40 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> |