diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml index 8eb1fe39d1..6833b6daca 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 + +