Skip to content

Commit cb72002

Browse files
committed
Typos fixed in usage
1 parent f6b7313 commit cb72002

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/usage.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

345344
For 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
```

0 commit comments

Comments
 (0)