From 2cc4f57708dae028ebeba875382186dc2a5abbc9 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Thu, 8 Aug 2024 19:08:55 +0200 Subject: [PATCH] Update changelog with updated versions --- CHANGELOG.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1af0a9..652e3fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,14 +36,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Note, since the pipeline is now using Nextflow DSL2, each process will be run with its own [Biocontainer](https://biocontainers.pro/#/registry). 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. -| Dependency | Old version | New version | -| ---------- | ----------- | ----------- | -| `chromap` | 0.2.1 | 0.2.4 | -| `macs2` | 2.2.7.1 | | -| `macs3` | | 3.0.1 | -| `multiqc` | 1.13 | 1.14 | -| `picard` | 2.27.4 | 3.0.0 | -| `samtools` | 1.15.1 | 1.17 | +| Dependency | Old version | New version | +| ----------------------- | ----------- | ----------- | +| `bowtie2` | 2.4.4 | 2.5.2 | +| `bwa` | 0.7.17 | 0.7.18 | +| `chromap` | 0.2.1 | 0.2.6 | +| `deeptools` | 3.5.1 | 3.5.5 | +| `fastqc` | 0.11.9 | 0.12.1 | +| `gffread` | 0.12.1 | 0.12.7 | +| `gffread` | 0.12.1 | 0.12.7 | +| `macs2` | 2.2.7.1 | | +| `macs3` | | 3.0.1 | +| `multiqc` | 1.13 | 1.23 | +| `picard` | 2.27.4 | 3.2.0 | +| `samtools` | 1.15.1 | 1.20 | +| `samtools` | 1.15.1 | 1.20 | +| `ucsc-bedgraphtobigwig` | 377 | 445 | +| `umi_tools` | | 1.1.5 | > **NB:** Dependency has been **updated** if both old and new version information is present. > **NB:** Dependency has been **added** if just the new version information is present.