Chris Seymour

Results 16 issues of Chris Seymour

Hey @danielmsk Is it possible to use bamsnap programmatically - I have a few use cases where I'd like to embed some plots.

TSan complains that this read of |ktf_worker_t::i| is unsynchronised wrt the stores on the other worker threads. Unlike the __atomic_* family of functions the __sync_* functions don't have a relaxed...

Hey @lh3 We are starting to add alignment support to [dorado](https://github.com/nanoporetech/dorado) and I would like to get some patches upstreamed if possible. The following pull requests https://github.com/lh3/minimap2/pull/1028 https://github.com/lh3/minimap2/pull/1029 fix the...

- the `--branch` flag gets parsed out by `grep` so removed it. - symbols don't get interpreted in regex character classes so removed the literal backslash to avoid matching `\`....

Hey @Martinsos Python 3.12 is the latest version of Python which was released on 2023-10-02 https://devguide.python.org/versions/ Many operating systems are shipping with Python 3.12 as the default now _(Ubuntu /...