Skip to content

Commit 5a637c9

Browse files
authored
Merge pull request #164 from apeltzer/dev
Polish usage, add changelog
2 parents 4177fb0 + 2099a36 commit 5a637c9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
* [#152](https://github.com/nf-core/eager/pull/152) - Clarified `--complexity_filter` flag to be specifically for poly G trimming.
1212
* [#155](https://github.com/nf-core/eager/pull/155) - Added [Dedup log to output folders](https://github.com/nf-core/eager/issues/154)
13+
* [#159](https://github.com/nf-core/eager/pull/159) - Added Possibility to skip AdapterRemoval, skip merging, skip trimming fixing [#64](https://github.com/nf-core/eager/issues/64),[#137](https://github.com/nf-core/eager/issues/137) - thanks to @maxibor, @jfy133
1314

1415
### `Fixed`
1516

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)