Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0 release #63

Merged
merged 24 commits into from
Jul 20, 2023
Merged

v0.5.0 release #63

merged 24 commits into from
Jul 20, 2023

Conversation

leoisl
Copy link
Collaborator

@leoisl leoisl commented Jul 20, 2023

[0.5.0] - 2023-07-18

Fixed

  • Properly handling Ns in the MSA, and in the denovo sequences (see PR #60
    and PR #61 for more details);

Changed

  • scikit-learn, numpy and pytest dependencies updated;
  • The KMeans algorithm used is now elkan;

of each column. If the whole column is N and/or gaps, we replace it by a random base, with the seed initialised with the alignment sequences, i.e. this replacement is reproducible if the same alignment is given.
Properly handling Ns in make_prg
Local random object and Skipping malformed denovo variants
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #63 (55ca0ec) into master (80aca37) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          18       18           
  Lines        1494     1528   +34     
=======================================
+ Hits         1490     1524   +34     
  Misses          4        4           
Impacted Files Coverage Δ
make_prg/from_msa/cluster_sequences.py 100.00% <100.00%> (ø)
make_prg/update/denovo_variants.py 100.00% <100.00%> (ø)
make_prg/utils/io_utils.py 98.41% <100.00%> (+0.23%) ⬆️
make_prg/utils/seq_utils.py 100.00% <100.00%> (ø)

@leoisl leoisl merged commit b9bab76 into master Jul 20, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant