From e8c29f40edb9f0ec840c2aafe1bd482036faf23f Mon Sep 17 00:00:00 2001 From: Keoni Gandall Date: Tue, 13 Feb 2024 12:57:56 -0800 Subject: [PATCH] Add to changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd7ed8f..2c24abc 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ 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). ## [Unreleased] +- Added workers to bio as a way to process data [#62](https://github.com/Koeng101/dnadesign/pull/62) - Improved megamash efficiency and added []Match JSON conversion [#61](https://github.com/Koeng101/dnadesign/pull/61) - Added barcoding functionality for sequencing reads [#59](https://github.com/Koeng101/dnadesign/pull/59) - Added the megamash algorithm [#50](https://github.com/Koeng101/dnadesign/pull/50)