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

Implement a sequence alignment tool (with no threading yet) #40

Open
bjclavijo opened this issue Oct 17, 2018 · 1 comment
Open

Implement a sequence alignment tool (with no threading yet) #40

bjclavijo opened this issue Oct 17, 2018 · 1 comment
Assignees

Comments

@bjclavijo
Copy link
Member

Implement an alignment tool that uses a non-unique skip-mer/k-mer index and a delta filtering as in the long read mapper.
Once implemented, the long read mapper can used for the non-filtered alignments if that level of integration can be attained. Not before.
Input of sequences as a fasta file for an API a plus.
Annotation of the sequences in classes (taking to features) another plus.

Once this is done a rework of the threader can be the next logical step.

@bjclavijo
Copy link
Member Author

This requires to have moved the indexes into the SDG, then just implement an aligner object that takes an DG. (so that eventually we can do threading alignment too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants