|
1 |
| -# mk-kondo/mikrokondo: Changelog |
| 1 | +# phac-nml/mikrokondo: Changelog |
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
4 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
5 | 5 |
|
6 |
| -## v1.0dev - [date] |
| 6 | +## v0.1.0 - [2024-03-22] |
7 | 7 |
|
8 |
| -Initial release of mk-kondo/mikrokondo, created with the [nf-core](https://nf-co.re/) template. |
| 8 | +Initial release of phac-nml/mikrokondo. Mikrokondo currently supports: read trimming and quality control, contamination detection, assembly (isolate, metagenomic or hybrid), annotation, AMR detection and subtyping of genomic sequencing data targeting bacterial or metagenomic data. |
9 | 9 |
|
10 |
| -### `Added` |
| 10 | +- Bumped version number to 0.1.0 |
| 11 | + |
| 12 | +- Updated docs to include awesome-page plugin and restructured readme. |
11 | 13 |
|
12 |
| -Updated docs to include awesome-page plugin and restructured readme. |
| 14 | +- Updated coverage defaults for Shigella, Escherichia and Vibrio |
13 | 15 |
|
14 |
| -Updated coverage defaults for Shigella, Escherichia and Vibrio |
| 16 | +- Updated file outputs to match the nf-iridanext plug-in |
15 | 17 |
|
16 |
| -Updated file outputs to match the nf-iridanext plug-in |
| 18 | +- Incorporated IRIDANext plug-in |
17 | 19 |
|
18 |
| -Incorporated IRIDANext plug-in |
| 20 | +- Upgraded nf-validation to latest version 2.0.0 |
19 | 21 |
|
20 |
| -Upgraded nf-validation to latest version 2.0.0 |
| 22 | +- Added message to final summary report notifying user if an assembly does not have any contigs exceeding the minimum contig length parameter |
21 | 23 |
|
22 |
| -Added message to final summary report notifying user if an assembly does not have any contigs exceeding the minimum contig length parameter |
| 24 | +- Added contig count check before running Quast to ensure empty files are not passed in. |
23 | 25 |
|
24 |
| -Added contig count check before running Quast to ensure empty files are not passed in. |
| 26 | +- Added process to filter contigs based on a minimum required contig length. |
25 | 27 |
|
26 |
| -Added process to filter contigs based on a minimum required contig length. |
| 28 | +- Added option to force sample to be implemented as an isolate |
27 | 29 |
|
28 |
| -Added option to force sample to be implemented as an isolate |
| 30 | +- Changed salmonella default default coverage to 40 |
29 | 31 |
|
30 |
| -Changed salmonella default default coverage to 40 |
| 32 | +- Added integration testing using [nf-test](https://www.nf-test.com/). |
31 | 33 |
|
32 |
| -Added integration testing using [nf-test](https://www.nf-test.com/). |
| 34 | +### `Added` |
33 | 35 |
|
34 | 36 | ### `Fixed`
|
35 | 37 |
|
|
0 commit comments