Skip to content

Commit 91eeb75

Browse files
author
Nantia Leonidou
committed
Update
1 parent d59b20a commit 91eeb75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ dmypy.json
135135

136136
# other
137137
SBOannotator_main_RothiaModel.py
138+
testSQL.py
138139
.DS_Store
139140
~$*
140141
/create_dbs

SBOannotator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ def checkDeamination(react):
411411

412412

413413
def addSBOviaEC(react, cur):
414+
# cur.execute(): case insensitive
414415
if len(getECNums(react)) == 1:
415416
ECnum = getECNums(react)[0]
416417
splittedEC = ECnum.split('.')

0 commit comments

Comments
 (0)