diff plotEnrichment.xml @ 4:8980933fd546 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
author bgruening
date Fri, 31 Mar 2017 09:26:37 -0400
parents 4b88c90b6f6e
children a09adc02b84a
line wrap: on
line diff
--- a/plotEnrichment.xml	Tue Jan 24 04:55:58 2017 -0500
+++ b/plotEnrichment.xml	Fri Mar 31 09:26:37 2017 -0400
@@ -7,7 +7,6 @@
     <expand macro="requirements" />
     <command>
 <![CDATA[
-
         @multiple_input_bams@
         @BINARY@
             @THREADS@
@@ -64,6 +63,10 @@
 
                 @ADVANCED_OPTS_READ_PROCESSING@
 
+                #if $advancedOpt.Offset:
+                    --Offset $advancedOpt.Offset
+                #end if
+
                 @blacklist@
 
                 $advancedOpt.keepExons
@@ -134,6 +137,20 @@
                 label="Include BED12 exons"
                 help="Only for BED12 files, include columns 10-12 rather than just 2 and 3." />
 
+            <param argument="--Offset" type="text"  value="" optional="True"
+                label="Offset inside each alignment to use for the signal location."
+                help="Uses this offset inside of each read as the signal. This is useful in
+                    cases like RiboSeq or GROseq, where only the 12th, 15th or 1st base aligned
+                    should be used to denote where the signal is (rather than the span of the
+                    whole alignment). This can be paired with the --filterRNAstrand option. Note
+                    that negative values indicate offsets from the end of each read. A value of
+                    1 indicates the first base of the alignment (taking alignment orientation
+                    into account). Likewise, a value of -1 is the last base of the alignment. An
+                    offset of 0 is not permitted. If two values (separated by spaces) are specified, then they will be
+                    used to specify a range of positions. Note that specifying something like
+                    --Offset 5 -1 will result in the 5th through last position being used, which
+                    is equivalent to trimming 4 bases from the 5-prime end of alignments." />
+
             <expand macro="blacklist" />
 
         </expand>