comparison grinder.xml @ 7:bac7e652a9aa

Added mate orientation option
author fangly
date Tue, 18 Oct 2011 02:15:23 -0400
parents 68576b1d2d8b
children 43def9fa33b9
comparison
equal deleted inserted replaced
6:68576b1d2d8b 7:bac7e652a9aa
25 #if str($read_dist): 25 #if str($read_dist):
26 -read_dist $read_dist 26 -read_dist $read_dist
27 #end if 27 #end if
28 #if str($insert_dist): 28 #if str($insert_dist):
29 -insert_dist $insert_dist 29 -insert_dist $insert_dist
30 #end if
31 #if str($mate_orientation):
32 -mate_orientation $mate_orientation
30 #end if 33 #end if
31 #if str($exclude_chars): 34 #if str($exclude_chars):
32 -exclude_chars $exclude_chars 35 -exclude_chars $exclude_chars
33 #end if 36 #end if
34 #if str($delete_chars): 37 #if str($delete_chars):
131 134
132 <param name="insert_dist" type="text" value="0" optional="true" label="Insert size distribution" help="Create shotgun paired end reads (mate pairs) spanning the given insert length (the reads are interior to the insert): 135 <param name="insert_dist" type="text" value="0" optional="true" label="Insert size distribution" help="Create shotgun paired end reads (mate pairs) spanning the given insert length (the reads are interior to the insert):
133 0 : off, 136 0 : off,
134 or: insert size distribution in bp, in the same format as the read length 137 or: insert size distribution in bp, in the same format as the read length
135 distribution (a typical value is 2,500 bp) 138 distribution (a typical value is 2,500 bp)
136 Two distinct reads are generated whether or not the mate pair overlaps. 139 Two distinct reads are generated whether or not the mate pair overlaps." />
137 Default: insert_dist.default" /> 140
141 <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" />
138 142
139 <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)." /> 143 <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)." />
140 144
141 <param name="delete_chars" type="text" optional="true" label="Characters to delete" help="Remove the specified characters from the reference sequences (case insensitive), e.g. 'N-' to remove gaps (-) and ambiguities (N)." /> 145 <param name="delete_chars" type="text" optional="true" label="Characters to delete" help="Remove the specified characters from the reference sequences (case insensitive), e.g. 'N-' to remove gaps (-) and ambiguities (N)." />
142 146