John Huddleston

Results 94 issues of John Huddleston

**Current Behavior** When viewing a tanglegram in a narrative, the text of the right-hand tree name covers the "Explore the data yourself" button almost completely, making interactive exploration difficult/frustrating for...

bug
narratives

**Current Behavior** Emphasizing text in the sidebar with Markdown's bold syntax (e.g., `A sentence **with emphasis** looks like this.`), produces a light grey text with normal font weight instead of...

bug
narratives
office-hours

## Context Each Nextstrain build displays an avatar in the build's byline on nextstrain.org. [This avatar is sourced from the GitHub repository associated with the build](https://github.com/nextstrain/auspice/blob/a0e9080dcd61249f24f6c822dfcf6478e4e07ac2/src/components/info/byline.js#L36-L51) in the Auspice config...

enhancement
good first issue

**Context** Each slide in a narrative gets its own navigation link (dot? button?) at the top of the narrative's left panel, as shown below. ![image](https://user-images.githubusercontent.com/85372/134993843-fea97bb0-f670-49bc-b737-7d30fb9cc488.png) When exploring a new narrative,...

enhancement
narratives

Would it be possible to support multiple tip labels? For example, users who drag and drop their metadata with PII and are investigating a specific subtree may be interested in...

enhancement
needs triage

**Current Behavior** When switching between different scatterplot variables, the grid lines for the x-axis appear at different densities for negative and positive values. For example, in the following view of...

bug

### Context We occasionally pass sequences to augur ancestral (or other downstream tools) that include gap characters (`-`) that should actually be missing base characters (`N`). Since "augur ancestral --infer-ambiguous"...

enhancement
good first issue
easy problem
please take this issue

## Description Emit daily case counts per deme to support models like @marlinfiggins's [Rt frequency dynamics models](https://github.com/blab/rt-from-frequency-dynamics). These models consume real case counts from the CDC that have been processed...

## Description Building on the work in issue #22, output the number of cases per day, deme, and variant to support models like @marlinfiggins's Rt frequency dynamics models. Example output...

## Current Behavior `augur align` attempts to [read a reference sequence](https://github.com/nextstrain/augur/blob/a9572d5579681cb81126f022df79461667c761b9/augur/align.py#L237-L246) from either a GenBank or FASTA file and throws a generic error when a single reference sequence can't be...

bug