Skip to content

Commit ad55d71

Browse files
committed
kmc_dump syntax changed too
1 parent b239755 commit ad55d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find-unique-kmers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def run_kmc_dump(kmc_db, out_path, min_count, max_count, kmc_cmd='kmc'):
166166
Returns: number of kmers dumped
167167
"""
168168

169-
dump_cmd = [kmc_cmd + '_tools', 'dump', kmc_db, out_path,
169+
dump_cmd = [kmc_cmd + '_dump', kmc_db, out_path,
170170
'-ci' + str(min_count), '-cx' + str(max_count)]
171171
check_call(dump_cmd)
172172

0 commit comments

Comments
 (0)