A RetroSearch Logo

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

Search Query:

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

Remove limit of AS_MAX_READLEN on utgcns · marbl/canu@7041856 · 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

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

298 298

char *fragment = seq->getBases();

299 299

uint32 readLen = seq->length();

300 300 301 -

uint32 tigmax = AS_MAX_READLEN; // Must be at least AS_MAX_READLEN, else resizeArray() could fail

301 +

uint32 tigmax = std::max(readLen, AS_MAX_READLEN); // Must be at least AS_MAX_READLEN, else resizeArray() could fail

302 302

uint32 tiglen = 0;

303 303

char *tigseq = NULL;

304 304

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