Skip to content

Commit

Permalink
Update changelog with updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Aug 8, 2024
1 parent 07134ee commit 2cc4f57
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cc4f57

Please sign in to comment.