We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59b20a commit 91eeb75Copy full SHA for 91eeb75
.gitignore
@@ -135,6 +135,7 @@ dmypy.json
135
136
# other
137
SBOannotator_main_RothiaModel.py
138
+testSQL.py
139
.DS_Store
140
~$*
141
/create_dbs
SBOannotator.py
@@ -411,6 +411,7 @@ def checkDeamination(react):
411
412
413
def addSBOviaEC(react, cur):
414
+ # cur.execute(): case insensitive
415
if len(getECNums(react)) == 1:
416
ECnum = getECNums(react)[0]
417
splittedEC = ECnum.split('.')
0 commit comments