Skip to content

Commit

Permalink
added str to run kmer_build
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Mar 27, 2024
1 parent d033f0c commit ba9ca2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_amr/card/kmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ def run_rgi_kmer_build(
"-k",
kmer_size,
"--threads",
threads,
str(threads),
"--batch_size",
batch_size,
str(batch_size),
]

try:
Expand Down

0 comments on commit ba9ca2a

Please sign in to comment.