Closed mihai-sysbio closed 1 year ago
These two lines are identical https://github.com/SysBioChalmers/GECKO/blob/38b6768b2ef9fb801a6739ef653372c3766c9f5a/src/geckomat/utilities/getSubsetEcModel.m#L41 https://github.com/SysBioChalmers/GECKO/blob/38b6768b2ef9fb801a6739ef653372c3766c9f5a/src/geckomat/utilities/getSubsetEcModel.m#L53
but I don't understand how come there is no
smallEcModel = removeReactions(bigEcModel,~keepRxns, true, true, true);
These two lines are identical
Line 53 should be deleted.
but I don't understand how come there is no
smallEcModel = removeReactions(bigEcModel,~keepRxns, true, true, true);
That would not make sense. The smallEcModel is starting to get generated in line 26, and then modified in the rest of the function.
Resolved in #331
Description of the bug:
Initially spotted here, running the last step of the light tutorial triggers an error.
Reproducing these results:
System information
I hereby confirm that I have:
develop
branch of the repository