Skip to content

Commit

Permalink
Merge pull request #325 from nf-core/bump-version
Browse files Browse the repository at this point in the history
Bump version for v2.7 release
  • Loading branch information
grst committed Jun 3, 2024
2 parents a4efbde + 3b05cae commit 411d5fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.7.0dev
## v2.7.0 - 2024-06-03

- Apply `check_max` to AlevinQC time limit ([#335](https://github.com/nf-core/scrnaseq/pull/335))
- Update template to v2.14.1 ([#328](https://github.com/nf-core/scrnaseq/pull/328))
- Avoid filename collisions in cellranger-arc ([#321](https://github.com/nf-core/scrnaseq/pull/321))
- Add cellranger multi subworkflow ([#247](https://github.com/nf-core/scrnaseq/issues/247))
- Add support for 10x multiplexed, multi-omics and FFPE samples
- Allow the use of gzipped fasta and GTF files
- Fix that pipeline couldn't run without GTF file, even when an aligner index was specified ([#322](https://github.com/nf-core/scrnaseq/pull/322))

## v2.6.0 - 2024-04-16

Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
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>
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/releases/tag/2.7.0" target="_blank">nf-core/scrnaseq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/scrnaseq/2.6.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/scrnaseq/2.7.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-scrnaseq-methods-description":
order: -1000
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ manifest {
description = """Pipeline for processing 10x Genomics single cell rnaseq data"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.6.0'
version = '2.7.0'
doi = '10.5281/zenodo.3568187'
}

Expand Down

0 comments on commit 411d5fe

Please sign in to comment.