Marcel Martin

Results 288 comments of Marcel Martin

Note that current IGV versions do support CIGAR `X` and `=` operators. It is not necessary to run `samtools fixmate`. Possibly @danessel was using an old IGV version. This feature...

I just found out how to get Gallery working on NC 24. In short, open `apps/gallery/templates/slideshow.php` and change line 23 from to This is of course in addition to the...

Glad I could help! Agree with your request, would be great if Photos could become a proper replacement.

Sure, sorry for the noise! Just wanted to have this documented somewhere. Will also post in the forum.

> From [PEP 621](https://www.python.org/dev/peps/pep-0621/), it is clearly advisable to use a static version number in the project. It is totally fine to use dynamic version numbers, you just need to...

Ok, it’s the `mers_index` (hash map of type `robin_hood`). The `mers_index.load_factor()` is 0.77 at 90 Mbp and then goes down to 0.42 for 100 Mbp. I’m not sure, but does...

Marking this as "Draft" because this shouldn’t be merged as-is. It’s just a start for further work.

Oh great, that’s a lot of duplicated code we can get rid of! The tests don’t pass, though, so something is different. It appears to be different mapping qualities. Here’s...

I’ll try to move the discussion over to #25 (discussion in this PR should preferably be only about the refactoring itself).

Paul, your most recent commit made it so that all the changes are reverted (so the PR is "empty"). What are your plans for this PR?