Skip to content

Commit

Permalink
Update parameters in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Jan 25, 2024
1 parent b86f0e7 commit 66d2cf1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [[PR #387](https://github.com/nf-core/viralrecon/pull/387)] - Software closes gracefully when encountering an error
- [[PR #395](https://github.com/nf-core/viralrecon/pull/395)] - Remove minia from default assemblers because it is unreliable
- [[PR #393](https://github.com/nf-core/viralrecon/pull/393)] - Changed primer set to params
- [[PR [#405](https://github.com/nf-core/viralrecon/issues/405)]] - Including parameter `depthcutoff` to freyja demix and boot

### Parameters

| Old parameter | New parameter |
| ------------------- | ------------- |
| `--skip_freyja` | |
| `--freyja_repeats` | |
| `--freyja_db_name` | |
| `--freyja_barcodes` | |
| `--freyja_lineages` | |
| Old parameter | New parameter |
| ---------------------- | ------------- |
| `--skip_freyja` | |
| `--freyja_repeats` | |
| `--freyja_db_name` | |
| `--freyja_barcodes` | |
| `--freyja_lineages` | |
| `--freyja_depthcutoff` | |

> **NB:** Parameter has been **updated** if both old and new parameter information is present.
> **NB:** Parameter has been **added** if just the new parameter information is present.
Expand Down

0 comments on commit 66d2cf1

Please sign in to comment.