Skip to content

Commit 69f2d0a

Browse files
committed
Update Changelog
1 parent cfc8945 commit 69f2d0a

File tree

1 file changed

+59
-4
lines changed

1 file changed

+59
-4
lines changed

CHANGELOG.md

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,44 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v3.15.0dev - [date]
6+
## v3.16.0dev - [date]
7+
8+
Special thanks to the following for their contributions to the release:
9+
10+
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
11+
12+
### Enhancements & fixes
13+
14+
- [PR #1351](https://github.com/nf-core/rnaseq/pull/1351) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination
15+
16+
### Parameters
17+
| Old parameter | New parameter |
18+
| ------------------ | `--contaminant_screening` |
19+
| | `--kraken_db` |
20+
| | `--save_kraken_assignments` |
21+
| | `--save_kraken_unassigned` |
22+
| | `--bracken_precision` |
23+
24+
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
25+
> **NB:** Parameter has been **added** if just the new parameter information is present.
26+
> **NB:** Parameter has been **removed** if new parameter information isn't present.
27+
28+
### Software dependencies
29+
30+
| Dependency | Old version | New version |
31+
| -------------- | ----------- | ----------- |
32+
| `Kraken2` | ----------- | 2.1.3 |
33+
| `Bracken` | ----------- | 2.9 |
34+
35+
> **NB:** Dependency has been **updated** if both old and new version information is present.
36+
>
37+
> **NB:** Dependency has been **added** if just the new version information is present.
38+
>
39+
> **NB:** Dependency has been **removed** if new version information isn't present.
40+
41+
### Credits
42+
43+
## [[3.15.0](https://github.com/nf-core/rnaseq/releases/tag/3.15.0)] - 2024-09-04
744

845
### Credits
946

@@ -17,14 +54,15 @@ Special thanks to the following for their contributions to the release:
1754
- [Luke Zappia](https://github.com/lazappi)
1855
- [Matthias Zepper](https://github.com/MatthiasZepper)
1956
- [Maxime Garcia](https://github.com/maxulysse)
57+
- [Pieter Moris](https://github.com/pmoris)
2058
- [Rob Syme](https://github.com/robsyme)
2159
- [Thomas Danhorn](https://github.com/tdanhorn)
2260

2361
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
2462

2563
### Enhancements & fixes
2664

27-
- [PR #1351](https://github.com/nf-core/rnaseq/pull/1351) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination
65+
- [PR #1180](https://github.com/nf-core/rnaseq/pull/1180) - Bump pipeline version to 3.15.0dev
2866
- [PR #1186](https://github.com/nf-core/rnaseq/pull/1186) - Properly update qualimap/rnaseq module (ie not patch)
2967
- [PR #1197](https://github.com/nf-core/rnaseq/pull/1197) - Delete lib directory and replace with utils\_\* subworkflows
3068
- [PR #1199](https://github.com/nf-core/rnaseq/pull/1199) - Replace modules.config with more modular config files per module/subworkflow/workflow
@@ -75,7 +113,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
75113
- [PR #1272](https://github.com/nf-core/rnaseq/pull/1272) - Simple pipeline level nf-tests
76114
- [PR #1274](https://github.com/nf-core/rnaseq/pull/1274) - Update bam_markduplicates_picard subworkflow
77115
- [PR #1278](https://github.com/nf-core/rnaseq/pull/1278) - Delocalise pseudo quant workflow
78-
- [PR #1279](https://github.com/nf-core/rnaseq/pull/1279) - Add psueudoaligner pipeline level tests to test suite
116+
- [PR #1279](https://github.com/nf-core/rnaseq/pull/1279) - Add pseudoaligner pipeline level tests to test suite
79117
- [PR #1280](https://github.com/nf-core/rnaseq/pull/1280) - Reorganise pipeline level tests into flat directory structure
80118
- [PR #1282](https://github.com/nf-core/rnaseq/pull/1282) - Fix CHANGELOG error
81119
- [PR #1283](https://github.com/nf-core/rnaseq/pull/1283) - Add output files to nf-test snapshot
@@ -103,13 +141,29 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
103141
- [PR #1330](https://github.com/nf-core/rnaseq/pull/1330) - Update all nf-core/modules and subworkflows
104142
- [PR #1331](https://github.com/nf-core/rnaseq/pull/1331) - Adding stubs for local modules
105143
- [PR #1334](https://github.com/nf-core/rnaseq/pull/1334) - Update all nf-core/modules and subworkflows with stubs
106-
- [PR #1336](https://github.com/nf-core/rnaseq/pull/1334) - Use nf-core/setup-nf-test to install nf-test from cache during CI/CD
144+
- [PR #1335](https://github.com/nf-core/rnaseq/pull/1335) - Adding stubs at all levels
145+
- [PR #1336](https://github.com/nf-core/rnaseq/pull/1336) - Use nf-core/setup-nf-test to install nf-test from cache during CI/CD
107146
- [PR #1340](https://github.com/nf-core/rnaseq/pull/1340) - Remove out-of-date Azure specific guidance
108147
- [PR #1341](https://github.com/nf-core/rnaseq/pull/1341) - Add rename in the MultiQC report for samples without techreps
109148
- [PR #1342](https://github.com/nf-core/rnaseq/pull/1342) - Factor out preprocessing
110149
- [PR #1345](https://github.com/nf-core/rnaseq/pull/1345) - Fix preprocessing call
111150
- [PR #1350](https://github.com/nf-core/rnaseq/pull/1350) - Reduce resource usage for sort process in bedtools/genomecov
151+
- [PR #1352](https://github.com/nf-core/rnaseq/pull/1352) - Assorted fixes to MultiQC usage
112152
- [PR #1353](https://github.com/nf-core/rnaseq/pull/1353) - Correct conditional for salmon indexing in preprocessing workflow
153+
- [PR #1355](https://github.com/nf-core/rnaseq/pull/1355) - Make all curves on subway map better looking, and all lines now have the same width
154+
- [PR #1357](https://github.com/nf-core/rnaseq/pull/1357) - Fix anchor issue in multiqc
155+
- [PR #1358](https://github.com/nf-core/rnaseq/pull/1358) - Update test profiles to restore a static URI for megatests
156+
- [PR #1359](https://github.com/nf-core/rnaseq/pull/1359) - Update MultiQC and revert unnecessary workaround
157+
- [PR #1360](https://github.com/nf-core/rnaseq/pull/1360) - More complete snapshots for pipeline level tests
158+
- [PR #1361](https://github.com/nf-core/rnaseq/pull/1361) - Animate subway map
159+
- [PR #1362](https://github.com/nf-core/rnaseq/pull/1362) - Move multiqc module prefix for nf-test to module
160+
- [PR #1363](https://github.com/nf-core/rnaseq/pull/1363) - Minor updates of nf-core modules and subworkflows
161+
- [PR #1363](https://github.com/nf-core/rnaseq/pull/1363) - Update dupradar script
162+
- [PR #1366](https://github.com/nf-core/rnaseq/pull/1366) - Clarify docs on different tximport count files
163+
- [PR #1367](https://github.com/nf-core/rnaseq/pull/1367) - Clarify design formula and blind dispersion estimation
164+
- [PR #1370](https://github.com/nf-core/rnaseq/pull/1370) - Bump versions for 3.15.0
165+
- [PR #1371](https://github.com/nf-core/rnaseq/pull/1371) - Apply Maxime's CHANGELOG edits
166+
- [PR #1372](https://github.com/nf-core/rnaseq/pull/1372) - Bump tximeta/tximport for gene table row names fix
113167

114168
### Parameters
115169

@@ -135,6 +189,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
135189
| `samtools` | 1.17 | 1.20 |
136190
| `sortmerna` | 4.3.4 | 4.3.6 |
137191
| `umi_tools` | 1.14 | 1.15 |
192+
| `untar` | 1.3 | 1.34 |
138193

139194
> **NB:** Dependency has been **updated** if both old and new version information is present.
140195
>

0 commit comments

Comments
 (0)