Winnowmap icon indicating copy to clipboard operation
Winnowmap copied to clipboard

How to map with pre-built indexes ?

Open AbhinavDutta opened this issue 3 years ago • 2 comments

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

AbhinavDutta avatar Apr 14 '22 16:04 AbhinavDutta

See #29

cjain7 avatar Apr 18 '22 08:04 cjain7

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.

keocorak avatar Apr 19 '24 17:04 keocorak