A RetroSearch Logo

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

Search Query:

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

don't use the first read when we're backing up · marbl/canu@f40a204 · 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

@@ -381,7 +381,7 @@ unitigConsensus::generateTemplateStitch(void) {

381 381

bool first = (nm == 0);

382 382

bool save = false;

383 383 384 -

if ((nm < _utgpos[ii].max()) && (thick || first) && badToAdd.count(ii) == 0) {

384 +

if ((nm < _utgpos[ii].max()) && (thick || (first && !allowContains)) && badToAdd.count(ii) == 0) {

385 385

save = true;

386 386

nr = ii;

387 387

nm = _utgpos[ii].max();

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