Matt Stone

Results 48 issues of Matt Stone

Hi, Is it possible to access S3 hosted BAM files with `seqan::BamFileIn`? Htslib permits it but I couldn't find any documentation describing it here. Thanks!

feature/-request
Port to SeqAn3

Currently, `SetMateInformation` does not add the `MQ` tag to supplementary alignments. I'm not sure if this is intended behavior - the docs suggest that supplementary alignments would have this tag...

https://github.com/fulcrumgenomics/fgbio/issues/957

## Problem Some UMIs produced by BCL convert are prefixed with "r", indicating "reverse complement."[^1] > When sequencing a run with Unique Molecular Identifier (UMI) situated in the index2 (i5)...

Hi, Since the update in #14 to update transcripts after correcting splice junctions, I get the following error. I think there may be a bug in the `rescueNoncanonicalJunction` function, which...

Hi, Does vim-orgmode support the `org-checkbox-hierarchical-statistics` setting, or an equivalent? http://orgmode.org/manual/Checkboxes.html Thanks!

**Snakemake version** 8.10.0 (The latest available via conda. As far as I can tell this has not been patched since.) **Describe the bug** Importing `Workflow` produces an `ImportError` due to...

bug

```py In [5]: io.assert_path_is_writeable(Path("/dev/stdout")) --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) Cell In[5], line 1 ----> 1 io.assert_path_is_writeable(Path("/dev/stdout")) File ~/.mambaforge-x86/envs/gta/lib/python3.10/site-packages/fgpyo/io/__init__.py:108, in assert_path_is_writeable(path, parent_must_exist) 106 # If file exists, it must...

good first issue

this can be typed more specifically than `Any`

I'd like to add a function to convert a `Metric` instance to a dict. (In support of #107 ) I'm currently receiving the following mypy errors, which I suspect are...