mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-26 14:00:51 +00:00
A first prototype for the space of sequences
Former-commit-id: 07dc6ef044b5b6a6fb45dc2acb01dffe71a96195
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user