Mercurial > repos > iuc > dram_distill
changeset 2:9a0944d08a99 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dram commit a5e28ac40a63a269100ddec5629aee5256ce00ef
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:36:23 +0000 |
parents | 9471e3d97837 |
children | e12898633ceb |
files | dram_distill.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dram_distill.xml Tue Jul 11 23:46:25 2023 +0000 +++ b/dram_distill.xml Fri Feb 09 21:36:23 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[
--- a/macros.xml Tue Jul 11 23:46:25 2023 +0000 +++ b/macros.xml Fri Feb 09 21:36:23 2024 +0000 @@ -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>