From 8c5ff4fad0a51c68a7f3d18b3fd344a2e38bf3b2 Mon Sep 17 00:00:00 2001 From: bdaisley Date: Sun, 11 Aug 2024 20:04:48 -0400 Subject: [PATCH] Update v1.0.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3035c0..a284abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## Update: 2024-08-11 (isolateR 1.0.1) --Updated sanger_consensus function to allow assembly of paired Sanger sequences +- Updated sanger_consensus function to allow assembly of paired Sanger sequences - This function loads in the CSV results table from isoQC and merges related sequences based on user input. - Original file names before isoQC step need to have a common prefix and differentiating suffixes. (e.g. SAMPLE_01_F.ab1, SAMPLE_01_R.ab1). - After aligning paired sequences, the consensus sequence is extracted and priority is given to the read with higher quality. Phred quality scores are reassigned in the final output table in a basic way by taking the mean of both input sequences. - Note: This function is designed to be used after the isoQC step and before the isoTAX step. --Fixed warning issue during isoTAX step caused by usage of girafe function from ggiraph package. +- Fixed warning issue during isoTAX step caused by usage of girafe function from ggiraph package. ## Update: 2024-07-21 (isolateR 1.0.0)