Skip to content

0.4.5

Compare
Choose a tag to compare
@akikuno akikuno released this 24 Apr 02:13
· 92 commits to main since this release
f40f037

馃悰 Bug Fixes

  • In version 0.4.4 of strand_bias_handler.remove_biased_clusters, there was an error in the continuation condition for removing biased clusters, which has now been corrected. The correct condition should be 'there are alleles with and without strand bias and the iteration count is less than or equal to 1000'. Instead, it was incorrectly set to 'there are alleles with and without strand bias or the iteration count is less than or equal to 1000'.