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

How to map with pre-built indexes ? #32

Open
AbhinavDutta opened this issue Apr 14, 2022 · 2 comments
Open

How to map with pre-built indexes ? #32

AbhinavDutta opened this issue Apr 14, 2022 · 2 comments

Comments

@AbhinavDutta
Copy link

AbhinavDutta commented Apr 14, 2022

Is it the same as with minimap? Becuase this leads to segfaults in my case :
./winnowmap -W {repetitive_file} -w 10 -k 15 -t 50 -x map-pb-clr -H -d {index_file} {reference_file} -> for indexing
./winnowmap -W {repetitve_file} -w 10 -k 15 -t 50 -x map-pb-clr -H -a {index_file} {read_file} > align.sam -> for mapping

@cjain7
Copy link
Contributor

cjain7 commented Apr 18, 2022

See #29

@keocorak
Copy link

Can you clarify if this was solved with commit b373a77?

I just got the same segfault as the OP, so if it was fixed some guide on how to run with a prebuilt index would be appreciated.

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

No branches or pull requests

3 participants