File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,8 +291,7 @@ Turns off the computation of library complexity estimation.
291291
292292### ` --skip_adapterremoval `
293293
294- Turns off adaptor trimming and paired-end read merging.
295- Equivalent to setting both ` --skip_collapse ` and ` --skip_trim `
294+ Turns off adaptor trimming and paired-end read merging. Equivalent to setting both ` --skip_collapse ` and ` --skip_trim ` .
296295
297296### ` --skip_damage_calculation `
298297
@@ -340,7 +339,7 @@ Sets the minimum overlap between two reads when read merging is performed. Defau
340339
341340### ` --skip_collapse `
342341
343- Turns off the paired-end read merging.
342+ Turns off the paired-end read merging.
344343
345344For example
346345``` bash
@@ -349,9 +348,9 @@ For example
349348
350349### ` --skip_trim `
351350
352- Turns off the adaptor and quality trimming.
351+ Turns off adaptor and quality trimming.
353352
354- For example
353+ For example:
355354``` bash
356355--pairedEnd --skip_trim --reads ' *.fastq'
357356```
You can’t perform that action at this time.
0 commit comments