From 78fdf2a6b81baed32ae2d9ac2dbbebbcffc6246c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Fri, 19 Feb 2016 15:54:55 +0100 Subject: [PATCH] Add more (optional) output data as requested by our users! Users, Users, Users! --- galaxy/wrapper/plotProfiler.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml index 8eb1fe39d..6833b6dac 100644 --- a/galaxy/wrapper/plotProfiler.xml +++ b/galaxy/wrapper/plotProfiler.xml @@ -60,6 +60,10 @@ --yMax $advancedOpt.yMax #end if + #if $advancedOpt.outFileNameData: + --outFileNameData $outFileNameData + #end if + @KMEANS_CLUSTERING@ #end if @@ -154,6 +158,8 @@ label="Make one plot per group of regions" help="The default is to make one plot per bigWig file, i.e., all samples next to each other. Choosing this option will make one plot per group of regions. " /> + @@ -168,6 +174,11 @@ + + + outFileNameData is True + +