Skip to content

Commit

Permalink
Update insertions_to_fasta.py.
Browse files Browse the repository at this point in the history
  + Modified the approach to reduce randomness by avoiding the use of set or frozenset. Now utilizes list or tuple along with `random.sample()` for subsetting reads.
  + Refactored `call_consensus_insertion_sequence`.
  + Fixed a bug in `extract_score_and_sequence` to ensure correct appending of scores for insertions_merged_subset.
  • Loading branch information
akikuno committed Feb 7, 2024
1 parent 9e02aca commit 7927feb
Showing 1 changed file with 198 additions and 100 deletions.
Loading

0 comments on commit 7927feb

Please sign in to comment.