Bump version
This commit is contained in:
parent
621e910c5d
commit
ab1706603b
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,6 +4,18 @@ 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.0.7]
|
||||
### Added
|
||||
- Fastqingress module for common handling of (possibly
|
||||
multiplexed) inputs.
|
||||
- Optimized container size through removal of various
|
||||
conda cruft.
|
||||
### Changed
|
||||
- Use mamba by default for building conda environments.
|
||||
- Cut down README to items specific to workflow.
|
||||
### Fixed
|
||||
- Incorrect specification of conda environment file in Nextflow config.
|
||||
|
||||
## [v0.0.6]
|
||||
### Changed
|
||||
- Explicitely install into base conda env
|
||||
|
||||
@ -16,7 +16,7 @@ params {
|
||||
out_dir = "output"
|
||||
samples = null
|
||||
sanitize_fastq = false
|
||||
wfversion = "v0.0.6"
|
||||
wfversion = "v0.0.7"
|
||||
aws_image_prefix = null
|
||||
aws_queue = null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user