Repository 'grinder'
hg clone https://toolshed.g2.bx.psu.edu/repos/fangly/grinder

Changeset 7:bac7e652a9aa (2011-10-18)
Previous changeset 6:68576b1d2d8b (2011-10-18) Next changeset 8:43def9fa33b9 (2011-11-03)
Commit message:
Added mate orientation option
modified:
grinder.xml
b
diff -r 68576b1d2d8b -r bac7e652a9aa grinder.xml
--- a/grinder.xml Tue Oct 18 01:48:14 2011 -0400
+++ b/grinder.xml Tue Oct 18 02:15:23 2011 -0400
b
@@ -28,6 +28,9 @@
       #if str($insert_dist):
         -insert_dist      $insert_dist
       #end if
+      #if str($mate_orientation):
+        -mate_orientation $mate_orientation
+      #end if
       #if str($exclude_chars):
         -exclude_chars    $exclude_chars
       #end if
@@ -133,8 +136,9 @@
    0 : off,
    or: insert size distribution in bp, in the same format as the read length
        distribution (a typical value is 2,500 bp)
-Two distinct reads are generated whether or not the mate pair overlaps.
-Default: insert_dist.default" />
+Two distinct reads are generated whether or not the mate pair overlaps." />
+
+    <param name="mate_orientation" type="text" value="FR" optional="true" label="Mate orientation" help="When generating paired-end or mate-pair reads (see the insert distribution parameter), specify the orientation of the reads (F: forward, R: reverse): FR for Sanger or Illumina paired-end, FF for 454, RF for Illumina mate-pairs, or RR" />
 
     <param name="exclude_chars" type="text" optional="true" label="Characters to exclude" help="Do not create reads containing any of the specified characters (case insensitive), e.g. 'N-' to prevent reads with gaps (-) or ambiguities (N)." />