# HG changeset patch
# User bgruening
# Date 1474321796 14400
# Node ID ca218dae7902c6572ec984d12b32557e2384dd56
# Parent  e57bfadcab30f4f40321f00cc266cb9b3b0789b5
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
diff -r e57bfadcab30 -r ca218dae7902 deepTools_macros.xml
--- a/deepTools_macros.xml	Fri May 13 14:03:24 2016 -0400
+++ b/deepTools_macros.xml	Mon Sep 19 17:49:56 2016 -0400
@@ -30,6 +30,25 @@
         #if $advancedOpt.samFlagExclude:
             --samFlagExclude $advancedOpt.samFlagExclude
         #end if
+        #if $advancedOpt.minFragmentLength:
+            --minFragmentLength $advancedOpt.minFragmentLength
+        #end if
+        #if $advancedOpt.maxFragmentLength:
+            --maxFragmentLength $advancedOpt.maxFragmentLength
+        #end if
+    
+
+    
+        $advancedOpt.metagene
+        #if $advancedOpt.transcriptID:
+            --transcriptID $advancedOpt.transcriptID
+        #end if
+        #if $advancedOpt.exonID:
+            --exonID $advancedOpt.exonID
+        #end if
+        #if $advancedOpt.transcript_id_designator:
+            --transcript_id_designator $advancedOpt.transcript_id_designator
+        #end if
     
 
     
@@ -59,9 +78,9 @@
     
 
     
-        
-        
     
 
@@ -72,18 +91,18 @@
             
                 
                     
+                    
                  
             
         
     
 
     --numberOfProcessors "\${GALAXY_SLOTS:-4}"
-    2.2.3
+    2.3.5
     
         
             python
-            @BINARY@
-            deepTools
+            deepTools
             
         
         
@@ -159,14 +178,43 @@
             help= "For example, to get only reads that map to the forward strand, use --samFlagExclude 16, where 16 is the SAM flag for reads that map to the reverse strand."/>
     
 
+    
+        
+        
+    
+
     
         
         
         
         
         
+        
     
 
+    
+        
+        
+        
+        
+    
+
+
     
         
 
     
-        
     
@@ -363,6 +411,47 @@
 ]]>
     
 
+    
+        
+    
+
+    
+ 
+    
+
+    
+        
+    
+
+    
+ 0:
+            --BED #echo ' '.join($files)#
+            --regionLabels #echo ' '.join($labels)#
+        #end if
+]]> 
+    
+
     
         
             
@@ -404,7 +493,8 @@
                 
             
             
-                
+                
             
             
             
@@ -439,7 +529,10 @@
             
             
                 
-                
+                
             
         
     
@@ -454,6 +547,11 @@
         
     
 
+    
+        
+    
+
     
         
             
@@ -497,7 +595,9 @@
     
 
     
-        
+        
             
             
             
diff -r e57bfadcab30 -r ca218dae7902 plotHeatmap.xml
--- a/plotHeatmap.xml	Fri May 13 14:03:24 2016 -0400
+++ b/plotHeatmap.xml	Mon Sep 19 17:49:56 2016 -0400
@@ -21,6 +21,10 @@
                 #if $outFileSortedRegions:
                     --outFileSortedRegions "$outFileSortedRegions"
                 #end if
+
+                #if $output.dpi:
+                    --dpi "$output.dpi"
+                #end if
             #else
                 --plotFileFormat 'png'
             #end if
@@ -42,12 +46,18 @@
                     --missingDataColor '$advancedOpt.missingDataColor'
                 #end if
 
-                --colorMap '$advancedOpt.colorMap'
+                #if str($advancedOpt.colorMap).strip() != "":
+                    --colorMap #echo " ".join(str($advancedOpt.colorMap).strip().split(","))#
+                #end if
+                --alpha '$advancedOpt.alpha'
+                #if str($advancedOpt.colorList).strip() != "":
+                    --colorList $advancedOpt.colorList
+                #end if
 
                 #if str($advancedOpt.zMin).strip() != "":
                     --zMin $advancedOpt.zMin
                 #end if
-                #if $advancedOpt.zMax:
+                #if str($advancedOpt.zMax).strip() != "":
                     --zMax $advancedOpt.zMax
                 #end if
 
@@ -91,10 +101,12 @@
 ]]>
     
     
-        
+        
 
         
             
+            
             
         
 
@@ -125,11 +137,18 @@
                     Alternatively colors can be specified using the #rrggbb notation." />
 
                 
+                
 
-                
-                
+                
+                
                 
                 
         
     
-    
-        
+    
+