You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input ecRxns of the function getECfromDatabase seems to be ineffective.
I found this bug when I ran Line 89 in the protocol: many EC numbers that were obtained by getECfromGEM were modified by getECfromDatabase even though they showed FALSE in noEC. And using getECfromDatabase(ecModel,noEC) and getECfromDatabase(ecModel) showed identical results.
The text was updated successfully, but these errors were encountered:
The input
ecRxns
of the function getECfromDatabase seems to be ineffective.I found this bug when I ran Line 89 in the protocol: many EC numbers that were obtained by
getECfromGEM
were modified bygetECfromDatabase
even though they showed FALSE innoEC
. And usinggetECfromDatabase(ecModel,noEC)
andgetECfromDatabase(ecModel)
showed identical results.The text was updated successfully, but these errors were encountered: