Previous changeset 8:33406f5a445c (2018-10-17) Next changeset 10:c3b48f3e6fe8 (2019-11-01) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3e20977cfa8882c231128158827bbc85a770a371 |
modified:
define_clusters_by_cutting_tree.xml |
b |
diff -r 33406f5a445c -r 6fa08f46db8c define_clusters_by_cutting_tree.xml --- 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 |
b |
@@ -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> |