Skip to content

Commit

Permalink
Update v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaisley committed Aug 12, 2024
1 parent b4a21b2 commit 8c5ff4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Update: 2024-08-11 (isolateR 1.0.1)
-Updated <code>sanger_consensus</code> function to allow assembly of paired Sanger sequences
- Updated <code>sanger_consensus</code> 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 <code>girafe</code> function from ggiraph package.
- Fixed warning issue during isoTAX step caused by usage of <code>girafe</code> function from ggiraph package.


## Update: 2024-07-21 (isolateR 1.0.0)
Expand Down

0 comments on commit 8c5ff4f

Please sign in to comment.