Previous changeset 15:00187b27f5e5 (2021-04-07) Next changeset 17:05996586c8b3 (2021-12-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73" |
modified:
chira_collapse.xml macros.xml |
b |
diff -r 00187b27f5e5 -r 75342b9ef628 chira_collapse.xml --- a/chira_collapse.xml Wed Apr 07 12:41:46 2021 +0000 +++ b/chira_collapse.xml Fri Sep 24 06:50:04 2021 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="chira_collapse" name="ChiRA collapse" version="@WRAPPER_VERSION@1"> <description>deduplicate fastq reads</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r 00187b27f5e5 -r 75342b9ef628 macros.xml --- a/macros.xml Wed Apr 07 12:41:46 2021 +0000 +++ b/macros.xml Fri Sep 24 06:50:04 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> |