Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve trie and radix tree API #1063

Closed
esiragusa opened this issue Aug 3, 2015 · 0 comments
Closed

Improve trie and radix tree API #1063

esiragusa opened this issue Aug 3, 2015 · 0 comments
Assignees
Labels
enhancement won't be fixed Things that won't be fixed for SeqAn 2 anymore
Milestone

Comments

@esiragusa
Copy link
Member

This functionality was made public in #1062.

Actual trie construction API:

Index<TStringSet, IndexSa<> > index;
indexCreate(index, FibreSA(), Trie());

Actual radix tree construction API:

Index<TStringSet, IndexWotd<> > index;
indexCreate(index, WotdDir(), Trie());

Ideally, that should be generic.

@esiragusa esiragusa added this to the Release 2.1.0 milestone Aug 3, 2015
@esiragusa esiragusa removed the dox label Nov 9, 2015
@rrahn rrahn modified the milestones: Backlog, Release 2.1.0 Jan 27, 2016
@h-2 h-2 modified the milestones: Release 3.0.0, Backlog Jan 27, 2016
@rrahn rrahn added the won't be fixed Things that won't be fixed for SeqAn 2 anymore label Nov 19, 2018
@rrahn rrahn closed this as completed Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement won't be fixed Things that won't be fixed for SeqAn 2 anymore
Projects
None yet
Development

No branches or pull requests

4 participants