Previous changeset 15:e7a9859e0040 (2021-04-07) Next changeset 17:7925dd016f53 (2021-12-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73" |
modified:
chira_map.xml macros.xml |
b |
diff -r e7a9859e0040 -r 95ddee768b61 chira_map.xml --- a/chira_map.xml Wed Apr 07 12:42:43 2021 +0000 +++ b/chira_map.xml Fri Sep 24 06:50:39 2021 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="chira_map" name="ChiRA map" version="@WRAPPER_VERSION@0"> <description>map reads to trascriptome</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r e7a9859e0040 -r 95ddee768b61 macros.xml --- a/macros.xml Wed Apr 07 12:42:43 2021 +0000 +++ b/macros.xml Fri Sep 24 06:50:39 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> |