Richard Neher
Richard Neher
## Related issues and PRs preparatory PR for crowdsourced mitigation measures. ## Description Use data from countries and regions to prepopulate the scenarios with measures. ## Impacted Areas in the...
# 🙋 Feature Request Some guidance on how to develop a new scenario and adjust parameters to fit existing data would help many users. Especially once we have case count...
We used to be able to run an example workflow by simply doing ``` snakemake -j1 ``` Now not even `clean` works anymore without specifying a profile with inputs: ```...
We currently award a match `score_match` (3) and penalize a mismatch with `mismatch_penalty` (1). Ambiguous characters (`N`) match every other character and are thus always award the full score. In...
The presence of recombinant lineage `XA` with Alpha spike in a non-alpha background attracts Spike only Alpha sequences. Unsure how to handle this, but as a stop-gap solution we could...
## The problem TreeTime has currently a very rudimentary way of resolving polytomies (multi-furcations in the tree). When this was initially put in place it was never meant to resolve...
If `node_data` contains data such as lists, validation of the output json in export fails here: https://github.com/nextstrain/augur/blob/cc3b7bdb6faf370c496efc798b10e4a3d014bef4/augur/export_v2.py#L185 While we typically don't have such data, it is a rather difficult to...
Augur's `align` command currently only support `mafft` called as `mafft --reorder --anysymbol --nomemsave --adjustdirection --thread` and the possibility to add to an existing alignment with the option `--add`. The latter...