+1
-1
lines changedFilter options
+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