Skip to content

Commit

Permalink
another bug for blast_i
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler K. Chafin committed Aug 13, 2019
1 parent b3c4295 commit 5b4b163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrbait/manage_bait_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def removeBaitsByWhitelist(conn, whitelist):
SET
pass = 0
WHERE
NOT EXISTS(SELECT * FROM ttt WHERE ttt.baitid = regions.baitid)
NOT EXISTS(SELECT * FROM ttt WHERE ttt.baitid = baits.baitid)
'''
cur.execute(sql_update)
#Clear up the temp table t
Expand Down

0 comments on commit 5b4b163

Please sign in to comment.