Skip to content

Commit 9f3cdd4

Browse files
committed
Revert "Reduce k-mer size for Haploflow"
This reverts commit 4077ca3.
1 parent c049704 commit 9f3cdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micall/core/denovo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def denovo(fastq1_path: Path,
5959
'thres': -1,
6060
'strict': 5,
6161
'error': 0.02,
62-
'kmer': 23,
62+
'kmer': 41,
6363
'merge': False,
6464
'scaffold': False,
6565
'patch': False,

0 commit comments

Comments
 (0)