diff computeMatrix.xml @ 21:177ee79a075f draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296
author bgruening
date Thu, 11 Aug 2016 06:32:49 -0400
parents 8ec039dcc99a
children 10929984ab48
line wrap: on
line diff
--- a/computeMatrix.xml	Fri May 13 17:43:46 2016 -0400
+++ b/computeMatrix.xml	Thu Aug 11 06:32:49 2016 -0400
@@ -76,6 +76,11 @@
                 #if $advancedOpt.scale is not None and str($advancedOpt.scale) != '':
                     --scale $advancedOpt.scale
                 #end if
+
+                @ADVANCED_OPTS_GTF@
+
+                @blacklist@
+
             #end if
 ]]>
     </command>
@@ -206,6 +211,10 @@
                     bias the average values. (--maxThreshold)"/>
                 <param name="scale" type="float" optional="True" label="Scaling factor"
                     help="If set, all values are multiplied by this number. (--scale)"/>
+
+                <expand macro="gtf_options" />
+
+                <expand macro="blacklist" />
             </when>
         </conditional>
     </inputs>