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

g-ram index of the reference sequence #2337

Open
zakieh-tayyebi opened this issue Aug 29, 2018 · 4 comments
Open

g-ram index of the reference sequence #2337

zakieh-tayyebi opened this issue Aug 29, 2018 · 4 comments
Assignees
Labels

Comments

@zakieh-tayyebi
Copy link

zakieh-tayyebi commented Aug 29, 2018

I am trying to do something similar to Simple Read Mapping.
But it takes too long, so I was wondering:
1- does the find function search for the patterns in parallel as default?
2- how can I index the reference sequence as well? for example, can I have a q-gram index of the reference and a q-gram index of the reads, and then map the reads to the reference?
3- by lowering the value of EPSILON, more positions would be discarded faster. so I think it should make the search faster. but that's not the case for me!?

@smehringer
Copy link
Member

Hi @ztayyebi-wcm,

thanks for using SeqAn.
I hope @cpockrandt or @eseiler, who are more familiar with the find/index module, can help you out.

@smehringer
Copy link
Member

@cpockrandt Ping!

@smehringer
Copy link
Member

smehringer commented Nov 16, 2018

@eseiler ping

@h-2
Copy link
Member

h-2 commented Nov 19, 2018

What is the status here?

@eseiler eseiler removed their assignment Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants