-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extended adaptation of models to growth conditions
- define carbon sources with should/shouldn't enable growth of a model - example enabling growth with glucose and disabling growth with acetate: - ./gapseq adapt -m toy/myb71.RDS -w cpd00027:TRUE,cpd00029:F -c toy/myb71-rxnWeights.RDS -g toy/myb71-rxnXgenes.RDS -b toy/myb71-all-Reactions.tbl - useful to integrate growth data coming for example from biolog - fixes bug in metacyc EC number matching (refers #101)
- Loading branch information
Showing
1 changed file
with
61 additions
and
9 deletions.
There are no files selected for viewing
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
a647ef5
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.
additional needed files are committed by: 4a7d0ce