From ab1706603b4fee3b174f5a7a72bf6897faf93aea Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 28 Jul 2021 17:30:27 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 12 ++++++++++++ nextflow.config | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24db71e..d0d65ab 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/nextflow.config b/nextflow.config index a0aeba9..1d91fe1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 }