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

fliphybrid root fix, nnidistance functions, PhyLiNC fixed network optimization #148

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

coraallensavietta
Copy link
Collaborator

  • Fixes root placement after flipping hybrid in cases when the original hybrid node cannot be the root
  • new functions nnidistance and uniquennineighbors to explore the sNNI distance and sNNI neighborhood of a network.
  • new function phyLiNC_fixednetwork to optimize the parameters of a network without changing its topology.
  • small docstring updates

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #148 (5b10965) into master (13aca07) will increase coverage by 0.09%.
The diff coverage is 98.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   84.75%   84.85%   +0.09%     
==========================================
  Files          28       28              
  Lines       10925    10985      +60     
==========================================
+ Hits         9260     9321      +61     
+ Misses       1665     1664       -1     
Impacted Files Coverage Δ
src/moves_semidirected.jl 98.67% <96.96%> (+0.39%) ⬆️
src/compareNetworks.jl 99.26% <100.00%> (+0.06%) ⬆️
src/phyLiNCoptimization.jl 93.75% <100.00%> (+0.07%) ⬆️

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 13aca07...18323e7. Read the comment docs.

@coveralls
Copy link

coveralls commented Nov 6, 2020

Coverage Status

Coverage increased (+0.09%) to 84.852% when pulling 5b10965 on flipfix into 13aca07 on master.

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.

None yet

3 participants