Skip to content

Commit

Permalink
Merge branch 'fix_demo_cmd' into 'dev'
Browse files Browse the repository at this point in the history
Version 2.1.0 bump

See merge request epi2melabs/workflows/wf-single-cell!224
  • Loading branch information
nrhorner committed Jun 18, 2024
2 parents fbf039f + a8b20b1 commit a25ec6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v2.1.0]
### Changed
- Options `--kit_name` and `--kit_version` replaced with single option `--kit` (eg `--kit 3prime:v3`)
### Added
- Error handling when empty expression matrix is created.

## [v2.0.3]
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ params {
example_cmd = [
"--expected_cells 100",
"--fastq 'wf-single-cell-demo/chr17.fq.gz'",
"--kit: 3prime:v3",
"--kit '3prime:v3'",
"--ref_genome_dir 'wf-single-cell-demo'",
"--umap_plot_genes 'wf-single-cell-demo/umap_plot_genes.csv'",
]
Expand All @@ -70,7 +70,7 @@ manifest {
description = 'Identification of cell- and UMI barcodes from single-cell sequencing.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = '2.0.3'
version = '2.1.0'
}

epi2melabs {
Expand Down

0 comments on commit a25ec6c

Please sign in to comment.