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 87b6e63 commit 7c2c9fdCopy full SHA for 7c2c9fd
recplot_database_carlos_genes.py
@@ -67,7 +67,7 @@ def sqldb_creation(contigs, mags, sample_reads, map_format, database):
67
68
#Clean out the old DB to begin with; effectively reinitialize.
69
for table in tables:
70
- cursor.execute('DROP TABLE '+ table)
+ cursor.execute('DROP TABLE IF EXISTS '+ table)
71
72
# Create lookup table (always creates a new one)
73
cursor.execute('DROP TABLE IF EXISTS lookup_table')
0 commit comments