phildarnowsky-broad

Results 18 issues of phildarnowsky-broad

See https://github.com/broadinstitute/gnomad-browser/issues/914. In [the line in question](https://github.com/broadinstitute/gnomad-browser/blob/b497106d97773affd81b48eadfa5586259e011e5/data-pipeline/src/data_pipeline/data_types/gtex_tissue_expression.py#L14), we attempt to export a `Table` with ~13,000 columns, and get the following error: `is.hail.relocated.org.objectweb.asm.MethodTooLargeException: Method too large: __C19580collect_distributed_array.__m19633split_InsertFields ()V` (see above-referenced issue...

Just got caught by this--a CI run failed on `eslint`, which I'd have expected to be run by our pre-commit hooks but apparently isn't.

good first issue

We have recently added snapshot integration tests, but the ones we have to date have fake data in them. For a more realistic test, we could capture real responses to...

Per discussion in https://github.com/broadinstitute/gnomad-browser/pull/935

As a rule, backend APIs tend to use `snake_case`, whereas frontends in JS and by extension TS, `camelCase` is customary. This is usually not an issue except when a frontend...

We have a common pattern in our use of the `Query` object that I've seen a few times now: the query results are processed, if there are errors any pertinent...

See https://github.com/broadinstitute/gnomad-browser/issues/853 for details.

See issue https://github.com/broadinstitute/gnomad-browser/issues/989. Some variants are labelled `monoallelic`, but the `FLAGS_CONFIG` map in `VariantFlag.tsx` that says how to handle each possible flag doesn't have an entry for `monoallelic`. While we're...

Usually the curation team asks us for all variants on a set of genes. This time around, they have asked for a specific list of variants [attached]. In addition to...

Per discussion in https://github.com/broadinstitute/gnomad-browser/pull/977, you can sometimes run into a misleading situation where the code in its current state won't compile, but you have the output of a previous good...