Skip to content

Commit 815029f

Browse files
committed
fixes #13
1 parent 7798d69 commit 815029f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

find-unique-kmers

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ def run_kmc_dump(kmc_db, out_path, min_count, max_count, kmc_cmd="kmc"):
212212

213213
dump_cmd = [
214214
kmc_cmd + "_dump",
215-
kmc_db,
216-
out_path,
217215
"-ci" + str(min_count),
218216
"-cx" + str(max_count),
217+
kmc_db,
218+
out_path,
219219
]
220220
check_call(dump_cmd)
221221

0 commit comments

Comments
 (0)