Mercurial > repos > iuc > concoct_merge_cut_up_clustering
comparison merge_cut_up_clustering.xml @ 5:20ccec4a2c38 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/concoct commit 86e1afebec29c10ef1e31196b23c24fde2d086da
author | iuc |
---|---|
date | Sun, 12 Nov 2023 14:31:27 +0000 |
parents | 21ccf9548e2c |
children |
comparison
equal
deleted
inserted
replaced
4:713189575b8b | 5:20ccec4a2c38 |
---|---|
1 <tool id="concoct_merge_cut_up_clustering" name="CONCOCT: Merge cut clusters" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="concoct_merge_cut_up_clustering" name="CONCOCT: Merge cut clusters" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>and assign concensus clusters for the original contigs</description> | 2 <description>and assign concensus clusters for the original contigs</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="biotools"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
8 merge_cutup_clustering.py | 9 merge_cutup_clustering.py |
9 '$cutup_clustering_result' | 10 '$cutup_clustering_result' |
10 > '$output' | 11 > '$output' |