Mercurial > repos > devteam > cuffmerge
changeset 6:f4bc1b2fc4d4 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:15:02 +0000 |
parents | 8cedf303be28 |
children | 4df774d8a900 |
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:39:54 2021 +0000 +++ b/cuff_macros.xml Sat Oct 05 11:15:02 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:39:54 2021 +0000 +++ b/cuffmerge_wrapper.xml Sat Oct 05 11:15:02 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>