# HG changeset patch # User vandelj # Date 1600089388 0 # Node ID 0b09345fa632000d3a12d7ffa6e36754efb15979 # Parent 14045c80a22203e6fc2b0867918842581d2d1bc7 Uploaded diff -r 14045c80a222 -r 0b09345fa632 galaxy/wrappers/ExprHeatmapClustering.xml --- a/galaxy/wrappers/ExprHeatmapClustering.xml Fri Jun 26 09:38:23 2020 -0400 +++ b/galaxy/wrappers/ExprHeatmapClustering.xml Mon Sep 14 13:16:28 2020 +0000 @@ -1,4 +1,4 @@ - + Run hierarchical clustering and plot heatmap from expression data and/or differential expression analysis r-plotly @@ -10,7 +10,8 @@ bioconductor-complexheatmap pandoc - + + ./barPlotFactor; #end if - Rscript '$__tool_directory__/../../src/heatMapClustering.R' --log '$log' --outputFile '$outputData' --format '$advSection.imageFormat' --clusterNumber '$advSection.clusterNumber' --maxRows '$advSection.maxSampleToPlot' --sampleClusterNumber '$advSection.conditionClusterNumber' --dataTransformation '$advSection.dataTransformation' --distanceMeasure '$advSection.distanceMeasure' --aggloMethod '$advSection.aggloMethod' + Rscript '$__tool_directory__/../../src/heatMapClustering.R' --log '$log' --outputFile '$outputData' --format '$advSection.imageFormat' --clusterNumber '$advSection.clusterNumber' + ##change for Planemo test + ##Rscript '$__tool_directory__/src/heatMapClustering.R' --log '$log' --outputFile '$outputData' --format '$advSection.imageFormat' --clusterNumber '$advSection.clusterNumber' + --maxRows '$advSection.maxSampleToPlot' --sampleClusterNumber '$advSection.conditionClusterNumber' --dataTransformation '$advSection.dataTransformation' --distanceMeasure '$advSection.distanceMeasure' --aggloMethod '$advSection.aggloMethod' #if $advSection.select_color.specifyColors=="true": --personalColors '$advSection.select_color.featureMin_color,$advSection.select_color.featureMedium_color,$advSection.select_color.featureMax_color' #end if @@ -714,27 +718,47 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + +