From b01decdc98ca5c8f8db3055d959e622be7f8017a Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 28 Aug 2023 17:49:40 -0500 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f591a8fe..19dc6ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Updated nf-core modules for FastQC, samtools sort, samtools flagstat - Removes problematic `-m` memory assignment for samtools sort [#81](https://github.com/nf-core/methylseq/issues/81) - Use `fromSamplesheet` from nf-validation [#341](https://github.com/nf-core/methylseq/pull/341) +- Update schema to utilize exists and add more patterns [#342](https://github.com/nf-core/methylseq/pull/342) ### Bug fixes & refactoring