Documentation ¶
Index ¶
- func Run()
- type Graph
- func (g *Graph) Close()
- func (g *Graph) CreateAll(km *kmers.Kmers, contextMain context.Context) (bool, error)
- func (g *Graph) CreateEdge(src uint64, dst uint64, contextMain context.Context) (*api.Assigned, error)
- func (g *Graph) CreateNode(seq string, contextMain context.Context) (uint64, error)
- func (g *Graph) DropAll(contextMain context.Context) (bool, error)
- func (g *Graph) GetKV(key string) (int, error)
- func (g *Graph) SetKV(key string, value int) (bool, error)
- type KmerNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Graph ¶
type Graph struct { K int // contains filtered or unexported fields }
func (*Graph) CreateEdge ¶
func (*Graph) CreateNode ¶
Click to show internal directories.
Click to hide internal directories.