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

Fix double gene deletion #1103

Merged
merged 3 commits into from Jul 13, 2021
Merged

Fix double gene deletion #1103

merged 3 commits into from Jul 13, 2021

Conversation

Midnighter
Copy link
Member

* Genes were being checked individually even in double knock-outs.
@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2021

Codecov Report

Merging #1103 (afb7623) into devel (0b15120) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head afb7623 differs from pull request most recent head 4eaa5f6. Consider uploading reports for the commit 4eaa5f6 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1103      +/-   ##
==========================================
- Coverage   84.29%   84.29%   -0.01%     
==========================================
  Files          65       65              
  Lines        5210     5207       -3     
  Branches     1118     1116       -2     
==========================================
- Hits         4392     4389       -3     
  Misses        528      528              
  Partials      290      290              
Impacted Files Coverage Δ
src/cobra/flux_analysis/deletion.py 91.07% <100.00%> (-0.24%) ⬇️

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 0b15120...4eaa5f6. Read the comment docs.

Copy link
Member

@cdiener cdiener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Much more explicit as well. Looks like find_gene_knockout_reactions can be deprecated in the future.

@Midnighter
Copy link
Member Author

Looks good. Much more explicit as well. Looks like find_gene_knockout_reactions can be deprecated in the future.

Thank you for the quick review 🙂 Good call, I will add a deprecation warning.

@Midnighter Midnighter merged commit 4470383 into devel Jul 13, 2021
@Midnighter Midnighter deleted the fix-gene-deletion branch July 13, 2021 21:49
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.

Knockout vs. deletion results
3 participants