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

tree: Handle compressed alignment when excluding sites #786

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

huddlej
Copy link
Contributor

@huddlej huddlej commented Nov 19, 2021

Description of proposed changes

Use read_sequences to read compressed or uncompressed alignments during tree building when excluded sites are provided.

Related issue(s)

Fixes #782

Testing

Adds a functional test to tree.t to confirm the expected behavior.

Use `read_sequences` to read compressed or uncompressed alignments
during tree building when excluded sites are provided.

Fixes #782
@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #786 (52bfd18) into master (4e5dca2) will increase coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
+ Coverage   33.76%   33.77%   +0.01%     
==========================================
  Files          41       41              
  Lines        5896     5897       +1     
  Branches     1426     1426              
==========================================
+ Hits         1991     1992       +1     
  Misses       3819     3819              
  Partials       86       86              
Impacted Files Coverage Δ
augur/tree.py 9.66% <50.00%> (+0.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e5dca2...52bfd18. Read the comment docs.

@huddlej huddlej added this to the Patch release 13.0.3 milestone Nov 19, 2021
@huddlej huddlej merged commit 8b9276f into master Nov 19, 2021
@huddlej huddlej deleted the fix-exclude-sites branch November 19, 2021 21:45
@huddlej
Copy link
Contributor Author

huddlej commented Nov 20, 2021

Note for posterity that I worked on this PR as part of a co-coding session with @joverlee521, @victorlin, and @j23414 who acted as reviewers-at-the-time-of-coding. :)

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.

augur tree with masked sites doesn't handle compressed input.
1 participant