Skip to content

Commit 33df0c0

Browse files
authored
Merge pull request #1395 from nf-core/dev
RC 3.16.0
2 parents 4053b2e + 00a0857 commit 33df0c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+23843
-18080
lines changed

CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,62 @@
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+
## [[3.16.0](https://github.com/nf-core/rnaseq/releases/tag/3.16.0)] - 2024-10-02
7+
8+
### Credits
9+
10+
Special thanks to the following for their contributions to the release:
11+
12+
- [Adam Talbot](https://github.com/adamrtalbot)
13+
- [Ezra Greenberg](https://github.com/egreenberg7)
14+
- [Jonathan Manning](https://github.com/pinin4fjords)
15+
- [Matthias Zepper](https://github.com/MatthiasZepper)
16+
- [Maxime Garcia](https://github.com/maxulysse)
17+
- [Paolo Di Tommaso](https://github.com/pditommaso)
18+
- [Phil Ewels](https://github.com/ewels)
19+
- [Shaun Regenbaum](https://github.com/Shaun-Regenbaum)
20+
21+
### Enhancements & fixes
22+
23+
- [PR #1376](https://github.com/nf-core/rnaseq/pull/1376) - Fix invalid named parameter syntax
24+
- [PR #1386](https://github.com/nf-core/rnaseq/pull/1386) - Bump pipeline version to 3.16.0dev
25+
- [PR #1388](https://github.com/nf-core/rnaseq/pull/1388) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination
26+
- [PR #1389](https://github.com/nf-core/rnaseq/pull/1389) - Update animated subway map
27+
- [PR #1393](https://github.com/nf-core/rnaseq/pull/1393) - Use quay.io for bedtools/genomecov to solve issue with nf-core download
28+
29+
### Parameters
30+
31+
| Old parameter | New parameter |
32+
| ------------- | --------------------------- |
33+
| | `--contaminant_screening` |
34+
| | `--kraken_db` |
35+
| | `--save_kraken_assignments` |
36+
| | `--save_kraken_unassigned` |
37+
| | `--bracken_precision` |
38+
39+
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
40+
> **NB:** Parameter has been **added** if just the new parameter information is present.
41+
> **NB:** Parameter has been **removed** if new parameter information isn't present.
42+
43+
### Software dependencies
44+
45+
| Dependency | Old version | New version |
46+
| ---------- | ----------- | ----------- |
47+
| `Kraken2` | ----------- | 2.1.3 |
48+
| `Bracken` | ----------- | 2.9 |
49+
50+
> **NB:** Dependency has been **updated** if both old and new version information is present.
51+
>
52+
> **NB:** Dependency has been **added** if just the new version information is present.
53+
>
54+
> **NB:** Dependency has been **removed** if new version information isn't present.
55+
656
## [[3.15.1](https://github.com/nf-core/rnaseq/releases/tag/3.15.1)] - 2024-09-16
757

858
### Enhancements & fixes
959

1060
- [PR #1374](https://github.com/nf-core/rnaseq/pull/1374) - Bump pipeline version to 3.16.0dev
61+
- [PR #1379](https://github.com/nf-core/rnaseq/pull/1379) - Enhance pipeline level test snapshots
1162
- [PR #1380](https://github.com/nf-core/rnaseq/pull/1380) - Fix issues with R modules changing sample names
1263
- [PR #1381](https://github.com/nf-core/rnaseq/pull/1381) - Update all modules following massive conda usage update in nf-core modules
1364
- [PR #1382](https://github.com/nf-core/rnaseq/pull/1381) - Slight fixes for rnaseq preprocessing

CITATIONS.md

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
> Quinlan AR, Hall IM. BEDTools: a flexible suite of utilities for comparing genomic features. Bioinformatics. 2010 Mar 15;26(6):841-2. doi: 10.1093/bioinformatics/btq033. Epub 2010 Jan 28. PubMed PMID: 20110278; PubMed Central PMCID: PMC2832824.
1818
19+
- [Bracken](https://doi.org/10.7717/peerj-cs.104)
20+
21+
> Lu, J., Breitwieser, F. P., Thielen, P., & Salzberg, S. L. (2017). Bracken: estimating species abundance in metagenomics data. PeerJ. Computer Science, 3(e104), e104. https://doi.org/10.7717/peerj-cs.104
22+
1923
- [fastp](https://www.ncbi.nlm.nih.gov/pubmed/30423086/)
2024

2125
> Chen S, Zhou Y, Chen Y, Gu J. fastp: an ultra-fast all-in-one FASTQ preprocessor. Bioinformatics. 2018 Sep 1;34(17):i884-i890. doi: 10.1093/bioinformatics/bty560. PubMed PMID: 30423086; PubMed Central PMCID: PMC6129281.
@@ -38,6 +42,10 @@
3842

3943
> Kim D, Paggi JM, Park C, Bennett C, Salzberg SL. Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype. Nat Biotechnol. 2019 Aug;37(8):907-915. doi: 10.1038/s41587-019-0201-4. Epub 2019 Aug 2. PubMed PMID: 31375807.
4044
45+
- [Kraken2](https://doi.org/10.1186/s13059-019-1891-0)
46+
47+
> Wood, D. E., Lu, J., & Langmead, B. (2019). Improved metagenomic analysis with Kraken 2. Genome Biology, 20(1), 257. https://doi.org/10.1186/s13059-019-1891-0
48+
4149
- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
4250

4351
> Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
3. [`dupRadar`](https://bioconductor.org/packages/release/bioc/html/dupRadar.html)
4747
4. [`Preseq`](http://smithlabresearch.org/software/preseq/)
4848
5. [`DESeq2`](https://bioconductor.org/packages/release/bioc/html/DESeq2.html)
49+
6. [`Kraken2`](https://ccb.jhu.edu/software/kraken2/) -> [`Bracken`](https://ccb.jhu.edu/software/bracken/) on unaligned sequences; _optional_
4950
15. Pseudoalignment and quantification ([`Salmon`](https://combine-lab.github.io/salmon/) or ['Kallisto'](https://pachterlab.github.io/kallisto/); _optional_)
5051
16. Present QC for raw read, alignment, gene biotype, sample similarity, and strand-specificity checks ([`MultiQC`](http://multiqc.info/), [`R`](https://www.r-project.org/))
5152

docs/images/bracken-top-n-plot.png

54.7 KB
Loading
8.71 KB
Loading

0 commit comments

Comments
 (0)