| Previous changeset 2:4e87d6ebea62 (2022-03-20) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/glimmer commit a80e3e4aa3a40970af507bf9119cf7f1c2ffb336 |
|
modified:
glimmer_acgt_content.xml macros.xml |
| b |
| diff -r 4e87d6ebea62 -r 0d457c894b9f glimmer_acgt_content.xml --- a/glimmer_acgt_content.xml Sun Mar 20 10:09:20 2022 +0000 +++ b/glimmer_acgt_content.xml Mon Dec 16 14:41:50 2024 +0000 |
| [ |
| @@ -1,9 +1,9 @@ -<tool id="glimmer_acgt_content" name="ACGT Content" version="@WRAPPER_VERSION@"> +<tool id="glimmer_acgt_content" name="ACGT Content" version="@WRAPPER_VERSION@" profile="@PROFILE_VERSION@"> <description>of windows in each sequence</description> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <command><![CDATA[ window-acgt |
| b |
| diff -r 4e87d6ebea62 -r 0d457c894b9f macros.xml --- a/macros.xml Sun Mar 20 10:09:20 2022 +0000 +++ b/macros.xml Mon Dec 16 14:41:50 2024 +0000 |
| b |
| @@ -1,8 +1,12 @@ <?xml version="1.0"?> <macros> + <token name="@TOOL_VERSION@">3.02</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> + <token name="@PROFILE_VERSION@">23.1</token> <xml name="requirements"> <requirements> - <requirement type="package" version="3.02">glimmer</requirement> + <requirement type="package" version="@TOOL_VERSION@">glimmer</requirement> <requirement type="package" version="1.70">biopython</requirement> <yield/> </requirements> @@ -12,7 +16,6 @@ <xref type="bio.tools">gemini</xref> </xrefs> </xml> - <token name="@WRAPPER_VERSION@">3.02</token> <xml name="citation"> <citations> |