test a new obitools script for organelle assembling

This commit is contained in:
2012-06-18 15:39:48 +00:00
parent 470f3bd883
commit a6cd424add

View File

@ -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()