A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marbl/canu/commit/7fb66bbff71a1ffe6db76a62a4929a2a36cfac59 below:

Fix runs with <100 reads (#2035) · marbl/canu@7fb66bb · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -260,7 +260,7 @@ sub readErrorDetectionConfigure ($) {

260 260 261 261

# Fail if there are too few reads in the batches (except for the last batch).

262 262 263 -

if (($minReads < 100) ||

263 +

if (($minReads < 100 && $minReads < $maxID) ||

264 264

(scalar(@bgn) > 9999)) {

265 265

caExit("partitioning failed; increase redMemory", undef);

266 266

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4