From 215281a3a5ab690e58e1f529aa3a71a4cbf8ec2c Mon Sep 17 00:00:00 2001 From: simonleandergrimm <58591538+simonleandergrimm@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:26:13 -0500 Subject: [PATCH 1/2] Update run_validation.config --- configs/run_validation.config | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/run_validation.config b/configs/run_validation.config index 9d351024..1ebdebdb 100644 --- a/configs/run_validation.config +++ b/configs/run_validation.config @@ -24,5 +24,4 @@ includeConfig "${projectDir}/configs/containers.config" includeConfig "${projectDir}/configs/resources.config" includeConfig "${projectDir}/configs/profiles.config" includeConfig "${projectDir}/configs/output.config" -includeConfig "${projectDir}/configs/read_type.config" process.queue = "will-batch-queue" // AWS Batch job queue From 159637f944133b685af4deb9ada0daba1e0fce3f Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Mon, 13 Jan 2025 18:00:46 +0000 Subject: [PATCH 2/2] Apologizes for the mess with this --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca7e722..1c1b13ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.5.4 +- Fixed fatal bug in `configs/run_validation.config` that prevents users from running the `RUN_VALIDATION` workflow. + # v2.5.3 - Added new LOAD_SAMPLESHEET subworkflow to centralize samplesheet processing - Updated tags to prevent inappropriate S3 auto-cleanup