Mercurial > repos > iuc > trinity_define_clusters_by_cutting_tree
changeset 9:6fa08f46db8c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3e20977cfa8882c231128158827bbc85a770a371
author | iuc |
---|---|
date | Fri, 26 Apr 2019 06:49:47 -0400 |
parents | 33406f5a445c |
children | c3b48f3e6fe8 |
files | define_clusters_by_cutting_tree.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/define_clusters_by_cutting_tree.xml Wed Oct 17 13:00:35 2018 -0400 +++ b/define_clusters_by_cutting_tree.xml Fri Apr 26 06:49:47 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="trinity_define_clusters_by_cutting_tree" name="Partition genes into expression clusters" version="@WRAPPER_VERSION@"> +<tool id="trinity_define_clusters_by_cutting_tree" name="Partition genes into expression clusters" version="@WRAPPER_VERSION@+galaxy1"> <description>after differential expression analysis using a Trinity assembly</description> <macros> <import>macros.xml</import> @@ -31,7 +31,7 @@ ]]></command> <inputs> - <param format="RData" name="rdata" argument="-R" type="data" label="RData file" help="RData file produced by 'Extract and cluster differentially expressed transcripts from a Trinity assembly' tool"/> + <param format="rdata" name="rdata" argument="-R" type="data" label="RData file" help="RData file produced by 'Extract and cluster differentially expressed transcripts from a Trinity assembly' tool"/> <conditional name="method"> <param name="method_selector" type="select" label="Method for partitioning genes into clusters"> <option value="--Ptree">Cut tree based on x percent of max(height) of tree</option>