Mercurial > repos > iuc > schicexplorer_schicclusterminhash
changeset 2:3048283ee054 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit d350f8e73ae518245a21f9720f8282f06eb9cc5d
author | iuc |
---|---|
date | Fri, 14 Apr 2023 14:26:40 +0000 |
parents | 68648299ffc4 |
children | |
files | macros.xml scHicClusterMinHash.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Mar 10 15:11:23 2020 -0400 +++ b/macros.xml Fri Apr 14 14:26:40 2023 +0000 @@ -1,10 +1,11 @@ <macros> <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token> - <token name="@WRAPPER_VERSION@">4</token> + <token name="@TOOL_VERSION@">4</token> + <token name="@PROFILE@">22.05</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@WRAPPER_VERSION@">schicexplorer</requirement> + <requirement type="package" version="@TOOL_VERSION@">schicexplorer</requirement> <yield /> </requirements> <version_command>@BINARY@ --version</version_command>
--- a/scHicClusterMinHash.xml Tue Mar 10 15:11:23 2020 -0400 +++ b/scHicClusterMinHash.xml Fri Apr 14 14:26:40 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="schicexplorer_schicclusterminhash" name="@BINARY@" version="@WRAPPER_VERSION@.0"> +<tool id="schicexplorer_schicclusterminhash" name="@BINARY@" version="@TOOL_VERSION@.1" profile="@PROFILE@"> <description>clusters single-cell Hi-C interaction matrices with MinHash dimension reduction</description> <macros> <token name="@BINARY@">scHicClusterMinHash</token>