Skip to content

Commit

Permalink
Change call for setting up database
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 15, 2020
1 parent d19acae commit 28c3e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Use partials to set up slightly different function calls between
# both possible backends
def setupDBFuncs(args, kmers, min_count, use_gpu, gpu_id):
def setupDBFuncs(args, kmers, min_count):
"""Wraps common database access functions from sketchlib and mash,
to try and make their API more similar
Expand Down

0 comments on commit 28c3e83

Please sign in to comment.