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

Function out of work findRxnsFromMets.m #2248

Open
fenixwang-uml opened this issue Mar 7, 2024 · 1 comment
Open

Function out of work findRxnsFromMets.m #2248

fenixwang-uml opened this issue Mar 7, 2024 · 1 comment

Comments

@fenixwang-uml
Copy link

findRxnsFromMets.m
The function aways give me either first rxn from the model.rxn or a list of rxn does not match input.
After I looking into the code, it seems that there might be some error in the code:
In Line 102 rxnList = model.rxns(totals > 0 & rels)
here total>0 & rels can in no way index for rxnList from model.rxn
I hereby confirm that I have:

  • [ x ] Tried to solve the issue on my own
  • [ x ] Retried to run my code with the latest version of The COBRA Toolbox
  • [ x ] Checked that a similar issue has not already been opened

(Note: You may replace [ ] with [X] to check the box)

@farid-zare
Copy link
Collaborator

Hi,
This problem is resolved in the develop branch. Please use the develop branch until the next merging into the master branch.
Best

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

No branches or pull requests

2 participants