From 7757699af8809ee6259ae9b71860a766065c0778 Mon Sep 17 00:00:00 2001 From: Amanda Sullivan Date: Thu, 7 Nov 2024 20:32:42 -0500 Subject: [PATCH] fix change log typo --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef697d..137f6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,8 @@ 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). - ## v1.2.0 - 2024.11.07 - ### Credits - [Amanda Sullivan](https://github.com/mandysulli) @@ -27,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [PR #19](https://github.com/CDCgov/MIRA-NF/pull/19) - Altering workflows to skip the subsampling process if a values greater than 0 is not provide using the subsample_reads flag - [PR #20](https://github.com/CDCgov/MIRA-NF/pull/20) - Adding the ecr_registry parameter that allows a user to pass their ecr registry for AWS to the workflow. - ### Parameters | Old parameter | New parameter | @@ -35,7 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | `--parquet_files` | `--reformat_tables` | | | `--read_qc` | | | `--ecr_registry` | -| `--reformat_tables`| `--parquet_files` | ## v1.1.0 - 2024-09-19