aboutsummaryrefslogtreecommitdiff
blob: 754e25acc175874a232496d3668d58922dadc867 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- abyss-2.2.5/MergePaths/PathConsensus.cpp	2020-09-18 20:42:12.000000000 +0200
+++ abyss-2.2.5/MergePaths/PathConsensus.cpp	2021-04-12 22:26:28.780547000 +0200
@@ -379,7 +379,7 @@
 		unsigned overlap, Sequence& seq,
 		const Sequence& s, const ContigNode& node, const Path& path)
 {
-	assert(s.length() > overlap);
+	assert(s.length() >= overlap);
 	Sequence ao;
 	Sequence bo(s, 0, overlap);
 	Sequence o;