-
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.6.0 #393
Merged
RAVEN 2.6.0 #393
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
Co-authored-by: Mihail Anton <[email protected]>
fix: exportModel correct prefix compartment IDs
- only required for input files, as output files use system-provided tmp path
- prevents issues with problematic paths when running external software
feat: speed up getKEGGModelForOrganism
# Conflicts: # doc/external/kegg/getKEGGModelForOrganism.html
fix: if FASTA file in dir containing spaces
doc: remove reference to mosek and output MATLAB release
fix: correct formatting in getKEGGModelForOrganism
to correspond the testing order with testBlast(true) and checkInstallation
refactor: convertToIrrev speedup
fix: getKEGGModelForOrganism now checks organismID validity
|
chore: update KEGG to version 100
This PR has been automatically tested with GH Actions. Here is the output of the tests:
|
haowang-bioinfo
approved these changes
Feb 8, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine, didn't look into the detail though
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:
exportModel
correct handling if a compartment ID is i (solves unintended prefix for compartment i #366)getBlast
) will copy this FASTA file to a temporary directory to avoid potential issues with the original path when running external software (e.g. BLAST) (PR fix: if FASTA file in dir containing spaces #368)compareModels
tocompareRxnsGenesMetsComps
(PR fix: rename compareModels into compareRxnsGenesMetsComps #388)convertToIrrev
(PR refactor: convertToIrrev speedup #391)getKEGGModelForOrganism
now checks organismID validity (PR fix: getKEGGModelForOrganism now checks organismID validity #392)checkInstallation
hasdevelMode
, when set to true it also tests CD-HIT and MAFFT binaries, otherwise these are skipped by defaultsortIdentifiers
sorts metabolites, reactions, genes and compartments alphabetically by their identifier, and can be set as option (sortIds, default = false) when exporting models (PR feat: sort model alphabetically by identifiers #364)getKEGGModelForOrganism
to take a preloaded model fromgetModelFromKEGG
, to speed up generating many models for different species (PR feat: speed up getKEGGModelForOrganism #369)checkModelStruct
includes check for objective function (PR feat: confirm single obj func by checkModelStruct #379)checkInstallation
: remove reference to mosek, and output MATLAB release (PR doc: remove reference to mosek and output MATLAB release #373)updateDocumentation
removeskeggModel.mat
(PR fix+feat: updateDocumentation now removes keggModel.mat file #389)main
(PR chore: rename master to main #383)I hereby confirm that I have:
main
as a target branch