Previous changeset 1:4058af4457c0 (2023-07-11) Next changeset 3:df8dac817fc8 (2024-08-23) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dram commit a5e28ac40a63a269100ddec5629aee5256ce00ef |
modified:
dram_annotate.xml macros.xml |
b |
diff -r 4058af4457c0 -r 0515750e7b10 dram_annotate.xml --- a/dram_annotate.xml Tue Jul 11 23:46:40 2023 +0000 +++ b/dram_annotate.xml Fri Feb 09 21:36:50 2024 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <expand macro="stdio"/> <command detect_errors="exit_code"><![CDATA[ |
b |
diff -r 4058af4457c0 -r 0515750e7b10 macros.xml --- a/macros.xml Tue Jul 11 23:46:40 2023 +0000 +++ b/macros.xml Fri Feb 09 21:36:50 2024 +0000 |
b |
@@ -2,6 +2,11 @@ <token name="@TOOL_VERSION@">1.3.5</token> <!-- token name="@VERSION_SUFFIX@">0</token --> <token name="@PROFILE@">20.09</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">dram</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">dram</requirement> |