strobemers icon indicating copy to clipboard operation
strobemers copied to clipboard

A repository for generating strobemers and evalaution

Results 4 strobemers issues
Sort by recently updated
recently updated
newest added

@ksahlin **Fix:** we had to comment this line in `main.cpp` to cancel parallelism: `//#pragma omp parallel for num_threads(n_threads) shared(read_cnt, output_file, q_id) private(acc,seq_rc, query_mers,query_mers_rc)` **Bug observed with parallelism:** - For a...

### Background Randstrobes is a method for linking two or more k-mers together into a seed that can be used for sequence mapping. I intend the below post to be...

Hi, In matches.tsv (python StrobeMap) is it possible to output both reference and query match positions. Thanks and best regards, Matt

Hey @ksahlin! Background First of all, it was fun to look at something other than "just" k-mers ;) nice idea! I was looking at the strobemers papers/code and in the...