Mercurial > repos > bgruening > deeptools_compute_matrix
diff computeMatrix.xml @ 8:aee77c22123d draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
author | bgruening |
---|---|
date | Tue, 20 Sep 2016 03:07:09 -0400 |
parents | a842285199d9 |
children | 6f334c8bd52f |
line wrap: on
line diff
--- a/computeMatrix.xml Fri May 13 14:38:45 2016 -0400 +++ b/computeMatrix.xml Tue Sep 20 03:07:09 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>