|
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 | +## [[1.3.1](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.1)] - UNSC Pillar-of-Autumn (H1) - [2025-04-02] |
| 7 | + |
| 8 | +### Added and Fixed |
| 9 | + |
| 10 | +- Changed the index format from `bai` to `csi` to be more flexible with large amount of mapping. |
| 11 | +- Correction to CHANGELOG entry on software versions for [[1.3.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.0)] |
| 12 | + |
6 | 13 | ## [[1.3.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.0)] - UNSC Pillar-of-Autumn - [2025-02-27] |
7 | 14 |
|
8 | 15 | ### Added and Fixed |
@@ -33,15 +40,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
33 | 40 |
|
34 | 41 | Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference. |
35 | 42 |
|
36 | | -| Module | Old Version | New Versions | |
37 | | -| ---------------------------------- | ----------- | -------------------------- | |
38 | | -| `gawk` | - | 5.3.0 | |
39 | | -| `rename_ids` ( coreutils ) | 9.1 | REMOVED | |
40 | | -| `replace_dots` ( coreutils ) | 9.1 | REMOVED | |
41 | | -| `gap_length` ( coreutils ) | 9.1 | REMOVED | |
42 | | -| `reformat_intersect` ( coreutils ) | 9.1 | REMOVED | |
43 | | -| `generate_genome_file` (coreutils) | 9.1 | REMOVED | |
44 | | -| `custom_dumpsoftwareversions` | - | Python 3.11.7 + yaml 5.4.1 | |
| 43 | +| Module | Old Version | New Versions | |
| 44 | +| ---------------------------------- | -------------------------- | ------------ | |
| 45 | +| `gawk` | - | 5.3.0 | |
| 46 | +| `rename_ids` ( coreutils ) | 9.1 | REMOVED | |
| 47 | +| `replace_dots` ( coreutils ) | 9.1 | REMOVED | |
| 48 | +| `gap_length` ( coreutils ) | 9.1 | REMOVED | |
| 49 | +| `reformat_intersect` ( coreutils ) | 9.1 | REMOVED | |
| 50 | +| `generate_genome_file` (coreutils) | 9.1 | REMOVED | |
| 51 | +| `custom_dumpsoftwareversions` | Python 3.11.7 + yaml 5.4.1 | REMOVED | |
45 | 52 |
|
46 | 53 | ## [[1.2.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.2.0)] - UNSC Spirit-of-Fire - [2025-02-28] |
47 | 54 |
|
|
0 commit comments