mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
test suite update for Smith-Waterman now using 0-based vectors
This commit is contained in:
parent
98ada4e419
commit
5084584020
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ global s1: string_vec;
|
||||||
global s2: string_vec;
|
global s2: string_vec;
|
||||||
|
|
||||||
# Single alignment, no matches:
|
# Single alignment, no matches:
|
||||||
s1[++c] = "abcdefgh";
|
s1[c] = "abcdefgh";
|
||||||
s2[c] = "ijklmnop";
|
s2[c] = "ijklmnop";
|
||||||
min[c] = 2;;
|
min[c] = 2;;
|
||||||
mode[c] = 0;
|
mode[c] = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue