Mercurial > repos > devteam > cuffmerge
changeset 16:22cf48ad7b16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 80b06e80066b32ad53ed418628992f056444256f
author | iuc |
---|---|
date | Sat, 05 Oct 2024 11:16:16 +0000 |
parents | 86285ddd4512 |
children | 04adc9db1581 |
files | cuff_macros.xml cuffmerge_wrapper.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cuff_macros.xml Fri Aug 20 16:40:22 2021 +0000 +++ b/cuff_macros.xml Sat Oct 05 11:16:16 2024 +0000 @@ -1,9 +1,10 @@ <macros> - <token name="@VERSION@">2.2.1</token> + <token name="@TOOL_VERSION@">2.2.1</token> + <token name="@PROFILE@">23.1</token> <xml name="requirements"> <requirements> - <requirement type="package" version="2.2.1">cufflinks</requirement> + <requirement type="package" version="@TOOL_VERSION@">cufflinks</requirement> <yield /> </requirements> </xml>
--- a/cuffmerge_wrapper.xml Fri Aug 20 16:40:22 2021 +0000 +++ b/cuffmerge_wrapper.xml Sat Oct 05 11:16:16 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="cuffmerge" name="Cuffmerge" version="@VERSION@.3"> +<tool id="cuffmerge" name="Cuffmerge" version="@TOOL_VERSION@.4" profile="@PROFILE@"> <description>merge together several Cufflinks assemblies</description> <macros> <import>cuff_macros.xml</import>