diff --git a/galaxy/wrapper/bamCompare.xml b/galaxy/wrapper/bamCompare.xml index 0e012b5747..39d0630b38 100644 --- a/galaxy/wrapper/bamCompare.xml +++ b/galaxy/wrapper/bamCompare.xml @@ -30,11 +30,7 @@ --binSize $binSize - #if $scaling.method == 'SES': - --scaleFactorsMethod SES - --sampleLength $scaling.sampleLength - --numberOfSamples $scaling.numberOfSamples - #elif $scaling.method == 'readCount': + #if $scaling.method == 'readCount': --scaleFactorsMethod readCount #elif $scaling.method == 'own': --scaleFactors '$scaling.scaleFactor1:$scaling.scaleFactor2' @@ -46,7 +42,6 @@ #end if --operation $comparison.type - $exactScaling #if $comparison.type in ['ratio','log2']: --pseudocount $comparison.pseudocount @@ -62,6 +57,7 @@ #end if @ADVANCED_OPTS_READ_PROCESSING@ + $advancedOpt.no_collapse $advancedOpt.skipNAs $advancedOpt.skipZeroOverZero @@ -84,17 +80,9 @@ - - - - - @@ -142,34 +130,26 @@ - - - - - - - - - - - - - + + + + + + - - - - + + + @@ -235,6 +215,7 @@ + diff --git a/galaxy/wrapper/bamCoverage.xml b/galaxy/wrapper/bamCoverage.xml index 36b6b200cb..1f820d5be3 100644 --- a/galaxy/wrapper/bamCoverage.xml +++ b/galaxy/wrapper/bamCoverage.xml @@ -41,7 +41,6 @@ #if str($region).strip() != '': --region '$region' #end if - $exactScaling #if $advancedOpt.showAdvancedOpt == "yes": #if str($advancedOpt.scaleFactor).strip() != '': @@ -96,58 +95,50 @@ - - - + + + + + + + + + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/galaxy/wrapper/bamPEFragmentSize.xml b/galaxy/wrapper/bamPEFragmentSize.xml index a7eb0d96e4..120dc99d6d 100644 --- a/galaxy/wrapper/bamPEFragmentSize.xml +++ b/galaxy/wrapper/bamPEFragmentSize.xml @@ -33,6 +33,7 @@ #if $advancedOpt.outRawFragmentLengths --outRawFragmentLengths '$fragLengths' #end if + $advancedOpt.ggplot #end if > '$outfile' ]]> @@ -53,33 +54,25 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + @@ -90,7 +83,6 @@ - diff --git a/galaxy/wrapper/bigwigAverage.xml b/galaxy/wrapper/bigwigAverage.xml index 79e613d5c4..18c32bfbc9 100644 --- a/galaxy/wrapper/bigwigAverage.xml +++ b/galaxy/wrapper/bigwigAverage.xml @@ -38,22 +38,15 @@ - - - - - - - - + + - - - - - + + + + diff --git a/galaxy/wrapper/bigwigCompare.xml b/galaxy/wrapper/bigwigCompare.xml index 1752842362..d60bad7f1d 100644 --- a/galaxy/wrapper/bigwigCompare.xml +++ b/galaxy/wrapper/bigwigCompare.xml @@ -26,15 +26,13 @@ #end if #if $advancedOpt.showAdvancedOpt == "yes": - + $advancedOpt.no_collapse $advancedOpt.skipNAs + $advancedOpt.fixedStep $advancedOpt.skipZeroOverZero --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' --binSize $advancedOpt.binSize - #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": - --plotTitle '$advancedOpt.plotTitle' - #end if @blacklist@ #end if @@ -84,24 +82,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + @@ -124,12 +116,24 @@ - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + @@ -90,7 +83,6 @@ - @@ -105,7 +97,6 @@ - diff --git a/galaxy/wrapper/computeMatrix.xml b/galaxy/wrapper/computeMatrix.xml index b2f46cf742..020720a709 100644 --- a/galaxy/wrapper/computeMatrix.xml +++ b/galaxy/wrapper/computeMatrix.xml @@ -59,6 +59,9 @@ #if $advancedOpt.showAdvancedOpt == "yes": --sortRegions '$advancedOpt.sortRegions' --sortUsing '$advancedOpt.sortUsing' + #if str($advancedOpt.sortUsingSamples).strip() != "": + --sortUsingSamples '$advancedOpt.sortUsingSamples' + #end if --averageTypeBins '$advancedOpt.averageTypeBins' $advancedOpt.skipZeros $advancedOpt.missingDataAsZero @@ -105,7 +108,7 @@ - @@ -114,11 +117,11 @@ - - @@ -143,10 +146,10 @@ label="Discard any values after the region end" help="This is useful to visualize the region end when not using the scale-regions mode and when the reference-point is set to the TSS. (--nanAfterEnd)"/> - - @@ -156,62 +159,56 @@ - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/galaxy/wrapper/computeMatrixOperations.xml b/galaxy/wrapper/computeMatrixOperations.xml index d0b477b669..62e142e60c 100755 --- a/galaxy/wrapper/computeMatrixOperations.xml +++ b/galaxy/wrapper/computeMatrixOperations.xml @@ -70,6 +70,12 @@ #end for -m $submodule.matrixFile -R '#echo "' '".join($files)#' + #if $submodule.transcriptID: + --transcriptID $submodule.transcriptID + #end if + #if $submodule.transcript_id_designator: + --transcript_id_designator $submodule.transcript_id_designator + #end if -o $outFileName #else if $submodule.command == "dataRange": dataRange @@ -92,11 +98,11 @@ - + - + - + - + @@ -122,7 +128,7 @@ - + - + - + - + + + - + diff --git a/galaxy/wrapper/correctGCBias.xml b/galaxy/wrapper/correctGCBias.xml index b2293aaf34..d8aca4eafb 100644 --- a/galaxy/wrapper/correctGCBias.xml +++ b/galaxy/wrapper/correctGCBias.xml @@ -30,6 +30,7 @@ #if str($region).strip() != '': --region '$region' #end if + --binSize $binSize --correctedFile corrected.bam ]]> @@ -40,6 +41,12 @@ + + diff --git a/galaxy/wrapper/deepTools_macros.xml b/galaxy/wrapper/deepTools_macros.xml index 4246a18c45..bae3851ef6 100755 --- a/galaxy/wrapper/deepTools_macros.xml +++ b/galaxy/wrapper/deepTools_macros.xml @@ -5,8 +5,7 @@ 23.2 - - samtools + deeptools @BINARY@ --version @@ -46,7 +45,6 @@ #else if $advancedOpt.doExtendCustom.doExtend == 'yes': --extendReads #end if - $advancedOpt.ignoreDuplicates $advancedOpt.centerReads #if $advancedOpt.minMappingQuality: --minMappingQuality $advancedOpt.minMappingQuality @@ -112,7 +110,7 @@ - @@ -131,67 +129,6 @@ help ="The smooth length defines a window, larger than the bin size, over which the number of reads is to be averaged. For example, if the bin size is set to 20 and the smooth length is 60, then, for each bin, its value is set to the average of it and its left and right neighbors. Any value smaller than the bin size will be ignored and no smoothing will be applied."/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no': - #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': - #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: - --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans - #end if - #end if - #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust': - #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0: - --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust - #end if - #end if - $advancedOpt.used_multiple_regions.silhouette - #end if - - - @@ -274,8 +210,8 @@ - - + region length + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $mode.modeOpt + + --outFileName '$outFile' + #if $custom_sample_labels_conditional.custom_labels_select == 'Yes' + --labels #echo ' '.join($custom_sample_labels_conditional.labels)# + #end if + + #if $outRawCounts: + --outRawCounts '$outFileRawCounts' + #end if + + #if $mode.modeOpt == "bins": + --binSize $mode.binSize + --distanceBetweenBins $mode.distanceBetweenBins + #else: + --BED '$mode.region_file' + #end if + + #if $region: + --region '$region' + #end if + + .. class:: infomark @@ -433,25 +448,25 @@ is vital to you, select Yes below."> - - - - - - - - - - - - - - - - [A-Za-z0-9 =-_/+]+ - - - + + + + + + + + + + + + + + + + [A-Za-z0-9 =-_/+]+ + + + @@ -460,29 +475,6 @@ is vital to you, select Yes below."> help="Title of the plot, to be printed on top of the generated image."/> - - - - - - - - - - - - - - - - - - - - - - - - - @@ -706,12 +686,11 @@ is vital to you, select Yes below."> - + - @@ -726,7 +705,6 @@ is vital to you, select Yes below."> - @@ -737,11 +715,14 @@ is vital to you, select Yes below."> - + + + + @@ -943,4 +924,164 @@ is vital to you, select Yes below."> + + + + + + + #if $advancedOpt.plotTitle: + --plotTitle '$advancedOpt.plotTitle' + #end if + $advancedOpt.perGroup + #if $advancedOpt.samplesLabel: + --samplesLabel '$advancedOpt.samplesLabel' + #end if + #if $advancedOpt.startLabel: + --startLabel '$advancedOpt.startLabel' + #end if + #if $advancedOpt.endLabel: + --endLabel '$advancedOpt.endLabel' + #end if + #if $advancedOpt.refPointLabel: + --refPointLabel '$advancedOpt.refPointLabel' + #end if + #if $advancedOpt.regionsLabel: + --regionsLabel '$advancedOpt.regionsLabel' + #end if + #if $advancedOpt.yMin: + --yMin $advancedOpt.yMin + #end if + #if $advancedOpt.yMax: + --yMax $advancedOpt.yMax + #end if + --legendLocation '$advancedOpt.legendLocation' + --labelRotation '$advancedOpt.labelRotation' + $advancedOpt.ggplot + #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no': + #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': + #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: + --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans + #end if + #end if + #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust': + #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0: + --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust + #end if + #end if + $advancedOpt.used_multiple_regions.silhouette + #end if + #if $advancedOpt.clusterUsingSamples: + --clusterUsingSamples '$advancedOpt.clusterUsingSamples' + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/galaxy/wrapper/estimateReadFiltering.xml b/galaxy/wrapper/estimateReadFiltering.xml index 925e8d0368..dab098b561 100644 --- a/galaxy/wrapper/estimateReadFiltering.xml +++ b/galaxy/wrapper/estimateReadFiltering.xml @@ -51,10 +51,7 @@ - - + diff --git a/galaxy/wrapper/multiBamSummary.xml b/galaxy/wrapper/multiBamSummary.xml index c198a26020..2c451cfcb6 100644 --- a/galaxy/wrapper/multiBamSummary.xml +++ b/galaxy/wrapper/multiBamSummary.xml @@ -12,78 +12,32 @@ @multiple_input_bams@ @BINARY@ - $mode.modeOpt - @THREADS@ - - --outFileName '$outFile' - --bamfiles #echo " ".join($files)# - --labels #echo " ".join($labels)# - - #if $outRawCounts: - --outRawCounts '$outFileRawCounts' - #end if - - #if $scalingFactors: - --scalingFactors '$scalingFactorsFile' - #end if - - #if $mode.modeOpt == "bins": - --binSize '$mode.binSize' - --distanceBetweenBins '$mode.distanceBetweenBins' - #else: - --BED $mode.region_file - #end if - - #if str($region).strip() != '': - --region '$region' - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - @ADVANCED_OPTS_READ_PROCESSING@ - @ADVANCED_OPTS_GTF@ - @blacklist@ - #end if + @THREADS@ + --bamfiles #echo ' '.join($files)# + + @MULTISUMMARY_COMMON_PARAMS@ + + #if $scalingFactors: + --scalingFactors '$scalingFactorsFile' + #end if + + #if $advancedOpt.showAdvancedOpt == "yes": + @ADVANCED_OPTS_READ_PROCESSING@ + @ADVANCED_OPTS_GTF@ + @blacklist@ + #end if ]]> - - - - - - - - - - - - - - - - - - - - + - diff --git a/galaxy/wrapper/multiBigwigSummary.xml b/galaxy/wrapper/multiBigwigSummary.xml index b63db25d58..40f4b84004 100644 --- a/galaxy/wrapper/multiBigwigSummary.xml +++ b/galaxy/wrapper/multiBigwigSummary.xml @@ -12,66 +12,27 @@ @multiple_input_bigwigs@ @BINARY@ - $mode.modeOpt - - @THREADS@ - - --outFileName $outFile - - --bwfiles #echo ' '.join($files)# - - #if $custom_sample_labels_conditional.custom_labels_select == 'Yes' - --labels #echo ' '.join($custom_sample_labels_conditional.labels)# - #end if - #if $outRawCounts: - --outRawCounts '$outFileRawCounts' - #end if - - #if $mode.modeOpt == "bins": - --binSize '$mode.binSize' - --distanceBetweenBins '$mode.distanceBetweenBins' - #else: - --BED $mode.region_file - #end if - - #if str($region.value) != '': - --region '$region' - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - @ADVANCED_OPTS_GTF@ - @blacklist@ - #end if + @THREADS@ + --bwfiles #echo ' '.join($files)# + + @MULTISUMMARY_COMMON_PARAMS@ + + #if $chromosomesToSkip.strip() != '': + --chromosomesToSkip '$chromosomesToSkip' + #end if + + #if $advancedOpt.showAdvancedOpt == "yes": + @ADVANCED_OPTS_GTF@ + @blacklist@ + #end if ]]> - - - - - - - - - - - - - - - - - - + + @@ -90,6 +51,7 @@ + @@ -104,6 +66,19 @@ + + + + + + + + + + + + + - + @@ -100,6 +101,7 @@ unusually high counts."/> + diff --git a/galaxy/wrapper/plotCoverage.xml b/galaxy/wrapper/plotCoverage.xml index ee925b9a16..e2f53733df 100644 --- a/galaxy/wrapper/plotCoverage.xml +++ b/galaxy/wrapper/plotCoverage.xml @@ -54,6 +54,7 @@ #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": --plotTitle '$advancedOpt.plotTitle' #end if + $advancedOpt.ggplot @ADVANCED_OPTS_READ_PROCESSING@ @PLOTWIDTHHEIGHT@ @blacklist@ @@ -83,26 +84,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + - + diff --git a/galaxy/wrapper/plotEnrichment.xml b/galaxy/wrapper/plotEnrichment.xml index 265d150e5e..a43641926a 100644 --- a/galaxy/wrapper/plotEnrichment.xml +++ b/galaxy/wrapper/plotEnrichment.xml @@ -49,13 +49,7 @@ $advancedOpt.variableScales - $advancedOpt.perSample - - $advancedOpt.variableScales - - --plotWidth '$advancedOpt.plotWidth' - - --plotHeight '$advancedOpt.plotHeight' + @PLOTWIDTHHEIGHT@ #if str($advancedOpt.colors).strip() != "": --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )# @@ -65,6 +59,8 @@ --alpha '$advancedOpt.alpha' + $advancedOpt.ggplot + @ADVANCED_OPTS_READ_PROCESSING@ #if $advancedOpt.Offset: @@ -93,13 +89,7 @@ attribute key. For example, the gene_biotype. Note that 'None' is used for BED files or entries where the attributeKey is not found." /> - - - + + + - - + diff --git a/galaxy/wrapper/plotFingerprint.xml b/galaxy/wrapper/plotFingerprint.xml index 436e0c2ac6..486d5a4307 100644 --- a/galaxy/wrapper/plotFingerprint.xml +++ b/galaxy/wrapper/plotFingerprint.xml @@ -40,12 +40,12 @@ --binSize '$advancedOpt.binSize' --numberOfSamples '$advancedOpt.numberOfSamples' - $advancedOpt.ignoreDuplicates $advancedOpt.skipZeros #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": --plotTitle '$advancedOpt.plotTitle' #end if + $advancedOpt.ggplot @ADVANCED_OPTS_READ_PROCESSING@ @blacklist@ #end if @@ -57,25 +57,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + @@ -85,6 +79,7 @@ + @@ -100,7 +95,7 @@ (( output['showOutputSettings'] == 'yes' and - output['saveRawCounts'] is True + output['outRawCounts'] is True )) diff --git a/galaxy/wrapper/plotHeatmap.xml b/galaxy/wrapper/plotHeatmap.xml index de2fe68368..1fac566f5a 100644 --- a/galaxy/wrapper/plotHeatmap.xml +++ b/galaxy/wrapper/plotHeatmap.xml @@ -28,6 +28,7 @@ #else --plotFileFormat 'png' #end if + --interpolationMethod '$interpolationMethod' #if $advancedOpt.showAdvancedOpt == "yes" #if $advancedOpt.sortRegions: @@ -72,17 +73,8 @@ --zMax $advancedOpt.zMax #end if - #if str($advancedOpt.yMin).strip() != "": - --yMin $advancedOpt.yMin - #end if - #if str($advancedOpt.yMax).strip() != "": - --yMax $advancedOpt.yMax - #end if #if str($advancedOpt.sortUsingSamples).strip() != "": - --sortUsingSamples $advancedOpt.sortUsingSamples - #end if - #if str($advancedOpt.clusterUsingSamples).strip() != "": - --clusterUsingSamples $advancedOpt.clusterUsingSamples + --sortUsingSamples '$advancedOpt.sortUsingSamples' #end if --xAxisLabel '$advancedOpt.xAxisLabel' @@ -91,171 +83,95 @@ --heatmapWidth $advancedOpt.heatmapWidth --heatmapHeight $advancedOpt.heatmapHeight + --boxAroundHeatmaps $advancedOpt.boxAroundHeatmaps --whatToShow '$advancedOpt.whatToShow' - --startLabel '$advancedOpt.startLabel' - --endLabel '$advancedOpt.endLabel' - - --refPointLabel '$advancedOpt.referencePointLabel' - - #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": - --samplesLabel $advancedOpt.samplesLabel - #end if - - #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": - --regionsLabel $advancedOpt.regionsLabel - #end if - - #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": - --plotTitle '$advancedOpt.plotTitle' - #end if - - --legendLocation '$advancedOpt.legendLocation' - - --labelRotation '$advancedOpt.labelRotation' - - $advancedOpt.perGroup - - @KMEANS_CLUSTERING@ - + @HEATMAP_PROFILER_PARAMS@ #end if ]]> - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -265,11 +181,13 @@ + + diff --git a/galaxy/wrapper/plotPCA.xml b/galaxy/wrapper/plotPCA.xml index f5fe600e88..b7ef53a613 100644 --- a/galaxy/wrapper/plotPCA.xml +++ b/galaxy/wrapper/plotPCA.xml @@ -10,6 +10,7 @@ @BINARY@ --corData '$corData' --plotTitle '$plotTitle' + --labels #echo " ".join($labels) --plotFile '$outFileName' --plotFileFormat '$outFileFormat' #if str($advancedOpt.showAdvancedOpt) == 'yes': @@ -25,6 +26,8 @@ #if $advancedOpt.markers: --markers $advancedOpt.markers #end if + $advancedOpt.addLabels + $advancedOpt.ggplot #end if #if $outFileNameData --outFileNameData '$output_outFileNameData' @@ -35,28 +38,26 @@ + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml index ff7d7d07b0..505231861d 100644 --- a/galaxy/wrapper/plotProfiler.xml +++ b/galaxy/wrapper/plotProfiler.xml @@ -27,162 +27,77 @@ --plotFileFormat 'png' #end if - #if $scaleRegions.showScaleRegionsOpt == "yes": - --startLabel '$scaleRegions.startLabel' - --endLabel '$scaleRegions.endLabel' - #end if - #if $advancedOpt.showAdvancedOpt == "yes": #if $advancedOpt.averageType: --averageType '$advancedOpt.averageType' #end if - --plotHeight $advancedOpt.plotHeight - --plotWidth $advancedOpt.plotWidth + @PLOTWIDTHHEIGHT@ --plotType $advancedOpt.plotType - #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": - --samplesLabel $advancedOpt.samplesLabel - #end if - - #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": - --regionsLabel $advancedOpt.regionsLabel - #end if - - #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle).strip() != "": - --plotTitle '$advancedOpt.plotTitle' - #end if #if str($advancedOpt.colors).strip() != "": --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )# #end if - --legendLocation '$advancedOpt.legendLocation' - - --labelRotation '$advancedOpt.labelRotation' - - $advancedOpt.perGroup - - #if str($advancedOpt.yMin): - --yMin $advancedOpt.yMin - #end if - #if str($advancedOpt.yMax): - --yMax $advancedOpt.yMax - #end if + --numPlotsPerRow $advancedOpt.numPlotsPerRow #if $advancedOpt.outFileNameData: --outFileNameData '$output_outFileNameData' #end if - @KMEANS_CLUSTERING@ + @HEATMAP_PROFILER_PARAMS@ #end if ]]> - - - - - - - - - - - - + - - - - + + + + + + + + + + + + + + + + + + + + + + all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value) - - - - - - - - - - - - - - - + + + + @@ -194,17 +109,19 @@ - - - - - + + + + + + + + -