-
Notifications
You must be signed in to change notification settings - Fork 54
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
RAVEN 2.8.7 #524
Merged
RAVEN 2.8.7 #524
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
* fix: ftINIT do not remove exch metabolites they might be required for a task, does not affect final model * fix: importModel allows SBML without obj Is strictly not valid SBML, but import will be supported anyway. * refactor: reduce default verbosity * doc: update issue and PR templates
* fix: ravenCobraWrapper variations on cobra fields * chore: updateDocumentation
This PR has been automatically tested with GH Actions. Here is the output of the tests: > Installing from location /home/m/actions-runner/_work/RAVEN/RAVEN
|
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.
Main improvements in this PR:
ftINIT
could have removed metabolites that are required for specific tasks.importModel
allows SBML without a specified objective function (this is not valid SBML, but will be tolerated).soplex
withscip
as solver. Thesoplex
option introduced in release 2.8.5 should not be used for MILP,scip
is dedicated for these problems. Precompiled binaries for Windows are provided (downloaded upon request), further installation instructions are mentioned in the Wiki.ravenCobraWrapper
properly makescomps
andcompNames
fields when lacking in COBRA model.writeYAMLmodel
can deal with mixture of nested and not-nested cell arrays of subsystems (as COBRA models can have).extractMiriam
should allow cell array of multiple miriamNames as input.checkInstallation
correctly makes binaries executable on Ubuntu (solves bug: make binaries executable on Ubuntu #527)I hereby confirm that I have:
main
as a target branch