A first prototype for the space of sequences

Former-commit-id: 07dc6ef044b5b6a6fb45dc2acb01dffe71a96195
This commit is contained in:
2023-08-27 14:58:55 +02:00
parent cbd42d5b30
commit 9bf006af93
17 changed files with 969 additions and 117 deletions

View File

@@ -24,9 +24,6 @@ func IndexSequence(seqidx int,
taxo *obitax.Taxonomy) map[int]string {
sequence := references[seqidx]
// matrix := obialign.NewFullLCSMatrix(nil,
// sequence.Length(),
// sequence.Length())
var matrix []uint64
@@ -54,7 +51,9 @@ func IndexSequence(seqidx int,
nok := make([]int, len(*pseq))
nfast := make([]int, len(*pseq))
nfastok := make([]int, len(*pseq))
*/lseq := sequence.Len()
*/
lseq := sequence.Len()
mini := -1
wordmin := 0