diff options
Diffstat (limited to 'sci-biology/abyss/files/abyss-2.2.5-PathConsensus-assert.patch')
-rw-r--r-- | sci-biology/abyss/files/abyss-2.2.5-PathConsensus-assert.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-biology/abyss/files/abyss-2.2.5-PathConsensus-assert.patch b/sci-biology/abyss/files/abyss-2.2.5-PathConsensus-assert.patch deleted file mode 100644 index 754e25acc..000000000 --- a/sci-biology/abyss/files/abyss-2.2.5-PathConsensus-assert.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |