From 6f44bbd6f0566300d83688b53d3dc108d66741fa Mon Sep 17 00:00:00 2001 From: Gisela Gabernet Date: Thu, 27 Jul 2023 21:28:36 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9dd337..5cee8f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [#259](https://github.com/nf-core/airrflow/pull/259) Update to `EnchantR v0.1.3`. - [#266](https://github.com/nf-core/airrflow/pull/266) Added clonal reports tables to final report folder. - [#266](https://github.com/nf-core/airrflow/pull/266) Added processes to include sampleID to filename in assembled workflow to keep it unique. - +- [#276](https://github.com/nf-core/airrflow/pull/276) Parametrize FindThreshold Report and Presto Buildconsensus UMI. ### `Fixed` - [#268](https://github.com/nf-core/airrflow/pull/268) Allows for uppercase and lowercase locus in samplesheet `pcr_target_locus`. - [#259](https://github.com/nf-core/airrflow/pull/259) Samplesheet only allows data from one species. - [#259](https://github.com/nf-core/airrflow/pull/259) Introduced fix for a too long command with hundreds of datasets. - [#266](https://github.com/nf-core/airrflow/pull/266) Convert samplesheet required columns to strings when needed. +- [#276](https://github.com/nf-core/airrflow/pull/266) Temporary fix for Dowser with singularity ### `Dependencies`