Bump version

This commit is contained in:
Chris Wright 2021-07-28 17:30:27 +00:00
parent 621e910c5d
commit ab1706603b
2 changed files with 13 additions and 1 deletions

View File

@ -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/), 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). 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] ## [v0.0.6]
### Changed ### Changed
- Explicitely install into base conda env - Explicitely install into base conda env

View File

@ -16,7 +16,7 @@ params {
out_dir = "output" out_dir = "output"
samples = null samples = null
sanitize_fastq = false sanitize_fastq = false
wfversion = "v0.0.6" wfversion = "v0.0.7"
aws_image_prefix = null aws_image_prefix = null
aws_queue = null aws_queue = null
} }