Skip to content

Commit 6a7d203

Browse files
authored
Merge pull request #320 from nf-core/release-2.6.0
Bump version to 2.6.0
2 parents 7c15e0a + 4efe296 commit 6a7d203

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/download_pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
download:
2828
runs-on: ubuntu-latest
2929
steps:
30+
- name: Disk space cleanup
31+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
32+
3033
- name: Install Nextflow
3134
uses: nf-core/setup-nextflow@v1
3235

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
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-
## v2.6.0dev - [date]
6+
## v2.6.0 - 2024-04-16
77

8+
- Update cellranger to v8.0.0 ([#317](https://github.com/nf-core/scrnaseq/pull/317))
89
- Change from pytests to nf-test ([#291](https://github.com/nf-core/scrnaseq/pull/291))
910
- Update template to v2.13.1 ([#309](https://github.com/nf-core/scrnaseq/pull/309))
1011
- Update to kallisto|bustools v0.28.2 ([#294](https://github.com/nf-core/scrnaseq/pull/294))
1112
- Fix cellrangerarc matrix conversions and protocol selection ([#300](https://github.com/nf-core/scrnaseq/pull/300))
1213
- Add new emptydrops calling module ([#301](https://github.com/nf-core/scrnaseq/pull/301))
1314
- Update cellranger modules to latest version ([[#316](https://github.com/nf-core/scrnaseq/issues/316)])
1415

15-
## v2.5.1
16+
## v2.5.1 - 2024-01-23
1617

1718
- Template update to v2.12 ([#298](https://github.com/nf-core/scrnaseq/pull/298)).
1819
- Fix that cellranger workflow couldn't be run and enable CI for this workflow ([#288](https://github.com/nf-core/scrnaseq/pull/288)).

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/tree/dev" target="_blank">nf-core/scrnaseq</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/releases/tag/2.6.0" target="_blank">nf-core/scrnaseq</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/scrnaseq/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/scrnaseq/2.6.0/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-scrnaseq-methods-description":
77
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ manifest {
282282
description = """Pipeline for processing 10x Genomics single cell rnaseq data"""
283283
mainScript = 'main.nf'
284284
nextflowVersion = '!>=23.04.0'
285-
version = '2.6.0dev'
285+
version = '2.6.0'
286286
doi = '10.5281/zenodo.3568187'
287287
}
288288

0 commit comments

Comments
 (0)