Skip to content

Commit

Permalink
Reduce k-mer size for Haploflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 4, 2024
1 parent 22cd569 commit 4077ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/core/denovo.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def denovo(fastq1_path: Path,
'thres': -1,
'strict': 5,
'error': 0.02,
'kmer': 41,
'kmer': 23,
'merge': False,
'scaffold': False,
'patch': False,
Expand Down

0 comments on commit 4077ca3

Please sign in to comment.