Skip to content

Commit bc6c83a

Browse files
committed
Adding for loop for reaction removal
1 parent 110a3e6 commit bc6c83a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modelseedpy/core/mseditorapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
class MSEditorAPI:
1616
@staticmethod
1717
def remove_reactions(model,rxn_id_list = []):
18+
for rxnid in rxn_id_list:
1819

1920
@staticmethod
2021
def edit_reaction(model,rxn_id,direction = None,gpr = None,genome = None]):

0 commit comments

Comments
 (0)