Renaming ReagentType to ReagentRole

This commit is contained in:
lwark
2024-06-04 15:24:40 -05:00
parent cdcce80898
commit a355c5bb76
8 changed files with 56 additions and 15 deletions

View File

@@ -148,7 +148,7 @@ class ReagentWriter(object):
output = []
for reagent in reagent_list:
try:
mp_info = map[reagent['type']]
mp_info = map[reagent['role']]
except KeyError:
continue
placeholder = copy(reagent)