test a new obitools script for organelle assembling
This commit is contained in:
@ -183,7 +183,7 @@ if __name__ == '__main__':
|
||||
wordid+=1
|
||||
|
||||
|
||||
c = db.execute(""" insert into composition (seqid,wid) values (%d,%d) ;""" % (seqid,wid))
|
||||
c = db.execute(""" insert into composition (seqid,wordid) values (%d,%d) ;""" % (seqid,wid))
|
||||
|
||||
db.commit()
|
||||
|
||||
|
Reference in New Issue
Block a user