You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run with '-m' for possible input file types.</pre>
85
85
@@ -154,7 +154,7 @@ <h2><a class='u' href='#___top' title='click to go to top of document'
154
154
>f[ast]q</a></dt>
155
155
156
156
<dd>
157
-
<p>A standard uncompressed fastq file. Requires a pair of inputs with standard suffix of '_1' and '_2' immediately prior to '.f[ast]q'.</p>
157
+
<p>A standard uncompressed fastq file. Requires a pair of inputs with standard suffix of '_1' and '_2' immediately prior to '.f[ast]q' or an interleaved f[ast]q file where read 1 and 2 are adjacent in the file.</p>
158
158
159
159
<dt><aname="f[ast]q.gz"
160
160
>f[ast]q.gz</a></dt>
@@ -166,17 +166,15 @@ <h2><a class='u' href='#___top' title='click to go to top of document'
166
166
>bam</a></dt>
167
167
168
168
<dd>
169
-
<p>A list of single lane BAM files, no information is taken from the headers.</p>
170
-
171
-
<p><b>This method has additional processing converted to *.fq.gz to give common start point.</b></p>
169
+
<p>A list of single lane BAM files, RG line is transfered to aligned files.</p>
172
170
</dd>
173
171
</dl>
174
172
175
173
<h1><aclass='u' href='#___top' title='click to go to top of document'
176
174
name="DESCRIPTION"
177
175
>DESCRIPTION</a></h1>
178
176
179
-
<p><b>bwa_aln.pl</b> will attempt to run all mapping steps for BWA ALN and subsequent duplicate marking automatically.</p>
177
+
<p><b>bwa_mem.pl</b> will attempt to run all mapping steps for BWA-mem, as well as subsequent merging and duplicate marking automatically.</p>
0 commit comments