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

VER: 0.9 - RedGEM is Here! #26

Merged
merged 180 commits into from
May 13, 2019
Merged

VER: 0.9 - RedGEM is Here! #26

merged 180 commits into from
May 13, 2019

Conversation

realLCSB
Copy link
Collaborator

This release includes (finally!) a Python implementation of our redGEM[1] and lumpGEM[2] papers for systematic genome-scale metabolic model reduction.
The code is still in development, so any feedback is welcome :)

This version also features:

  • Repaired autodocumentation
  • Faster relaxation
  • Lots of code cleanup
  • Minor fixes

[1] Ataman, Meric, et al. "redGEM: Systematic reduction and analysis of genome-scale metabolic reconstructions for development of consistent core metabolic models." PLoS computational biology 13.7 (2017): e1005444.
https://doi.org/10.1371/journal.pcbi.1005444

[2] Ataman, Meric, and Vassily Hatzimanikatis. "lumpGEM: Systematic generation of subnetworks and elementally balanced lumped reactions for the biosynthesis of target metabolites." PLoS computational biology 13.7 (2017): e1005513.
https://doi.org/10.1371/journal.pcbi.1005513

weilandtd and others added 30 commits June 5, 2018 12:37
FIX: Catch None type in formulas
…the deprected variable GREP_OPTIONS='--color=auto'
…queue, better relaxation with in_place option and queueing of the constraints
psalvy and others added 23 commits May 8, 2019 17:03
…edure by using pyTFA VA instead of cobra's, prepared the code for other lumping methods
@codecov
Copy link

codecov bot commented May 10, 2019

Codecov Report

Merging #26 into master will decrease coverage by 9.28%.
The diff coverage is 16.8%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   65.41%   56.13%   -9.29%     
==========================================
  Files          38       44       +6     
  Lines        2539     3235     +696     
==========================================
+ Hits         1661     1816     +155     
- Misses        878     1419     +541
Impacted Files Coverage Δ
pytfa/thermo/utils.py 85.96% <ø> (-1.31%) ⬇️
pytfa/redgem/debugging.py 0% <0%> (ø)
setup.py 0% <0%> (ø) ⬆️
pytfa/redgem/redgem.py 10.9% <10.9%> (ø)
pytfa/thermo/tmodel.py 81.75% <100%> (ø) ⬆️
pytfa/redgem/lumpgem.py 15.71% <15.71%> (ø)
pytfa/optim/utils.py 36.88% <16.66%> (-1.05%) ⬇️
pytfa/redgem/utils.py 20.83% <20.83%> (ø)
pytfa/core/model.py 69.87% <21.87%> (-11.88%) ⬇️
pytfa/analysis/variability.py 25.26% <50%> (+25.26%) ⬆️
... and 14 more

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 a1b6429...0c26b16. Read the comment docs.

@realLCSB realLCSB merged commit f6e2a88 into master May 13, 2019
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.

5 participants