From 27f4614e78e965e199b7d6685153c11be7eaf027 Mon Sep 17 00:00:00 2001 From: svarona Date: Mon, 23 Oct 2023 15:36:53 +0200 Subject: [PATCH] Added changes to changelog --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ae7f0e..0d3d42c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,16 +19,18 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements - [[#299](https://github.com/nf-core/viralrecon/issues/299)] - Add the freyja pipeline as a subworkflow - [[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 #401](https://github.com/nf-core/viralrecon/pull/401)] - Added option to add a custom annotation ### 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` | | +| | `--additional_annot` | > **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.