Skip to content

Commit

Permalink
Merge branch 'bump0.1.1' into 'dev'
Browse files Browse the repository at this point in the history
Correct version bump

See merge request epi2melabs/workflows/wf-single-cell!11
  • Loading branch information
nrhorner committed Sep 7, 2022
2 parents dea1979 + 4c78c15 commit 609221a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.2]
### Added
- check for identical sample_ids in single cell sample sheet and fastq data.

## [v0.1.1]
### Changed
- Combined gathering and splitting of fastqs into a single process.
- Use split2 for splitting fastqs.
- Remove unused kneeplot flags.
### Added
- check for identical sample_ids in single cell sample sheet and fastq data.

## [v0.1.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params {
sample = null
single_cell_sample_sheet = null
sanitize_fastq = false
wfversion = "v0.1.2"
wfversion = "v0.1.1"
aws_image_prefix = null
aws_queue = null
report_name = "report"
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.2",
"default": "v0.1.1",
"hidden": true
},
"monochrome_logs": {
Expand Down

0 comments on commit 609221a

Please sign in to comment.