-
Notifications
You must be signed in to change notification settings - Fork 27
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
Solution for pytfa.relax_dgo (sympy) #48
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VER: 0.9 - RedGEM is Here! Thanks to a lot of work from @PtichapronRouge and @Redlinkk 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
Dev: Hotfix v 0.9.0-b1
* MNT: Pypi details * MNT: Adding veriable creation logs * FIX: typo * FIX: Issue EPFL-LCSB#28, incorrect variable referencing * TST: adding tests for some of the analysis functions * FIX: more fixes from EPFL-LCSB#28 * FIX: fixed transport reaction function * TST: Better tests, with a smaller model for I/O * TST/FIX: relative<- absolute paths for small_model resources * FIX: typo in paths to small_model resources for tests * VER: Bump v0.9.0-b2
VER: release v0.9.1
) Thank you @remidhum * FIX: fixed the apply_directionality function solution.raw dataframe index does not contain the fwd and bwd use variables. * ENH: added new binary variable class This class is usefull to deal with inactive reactions in a model. * ENH: deal with models without an objective function Objective function is set to Zero (symbol("0") does not work!) if there is no defined objective function * OOPS: change proper function ... * FIX: fixed the failing test As suggested, I added a check to determine what object type is passed. * MNT: solution object type testing improved
Thank you for this correction :) Since I copied this from Google scholar, maybe check that they got your name right! Cheers, Pierre
* Allow saving of imported mat files as json When importing .mat models, the membranePot type is numpy's int16. The change makes it a standard int so that it can be saved as json. * convert to float
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
solution to issue #47