cblaster
cblaster copied to clipboard
Fix missing database and empty .fasta file error
Small small bugfix PR. Cblaster would throw sqlite3 errors because the previous connection wasn't being closed properly, and it wouldn't write tables as they weren't being committed. This code fixed the issue for me -- might have to do w/ specific python version?