Releases: nextstrain/augur
Releases · nextstrain/augur
3.1.4
3.1.3
3.1.3 (29 December 2018)
Features
- filter: Add
--non-nucleotideoption to remove sequences with non-conforming
nucleotide characters.
Bug fixes
- Revise treatment of
-,inaugur parseto leave-as is and remove white
space. Also delimit[and]to_. - Fix bug in naming of temp IQTREE fixes to prevent conflicts from simultaneous builds.
Data
- Include additional country lat/longs in base data
Development
- Remove non-modular measles build in favor of nextstrain/measles repo.
3.1.2
3.1.1
3.1.1 (21 December 2018)
Bug fixes
- filter: Fix
--include-where. Adds anall_seqvariable needed by the logic to
include records by value. This was previously working for VCF but threw an exception
for sequences in FASTA format. - Update flu reference viruses and lat longs.
- Update dependencies
3.1.0
3.1.0 (18 December 2018)
Features
- reconstruct-sequences: Include
augur reconstruct-sequencesmodule that reconstructs
alignments from mutations inferred on the tree - distance: Include
augur distancemodule that calculates the distance between amino
acid sequences across entire genes or at a predefined subset of sites - lbi: Include
augur lbimodule that calculates local branching index (LBI) for a
given tree and one or more sets of parameters. - frequencies: Include
--method kdeas option toaugur frequencies, separate from the
existing--method diffusionlogic. KDE frequencies are faster and better for smaller
clades but don't extrapolate as well as diffusion frequencies. - titers: Enable annotation of nodes in a tree from the substitution model
3.0.5.dev1
3.0.5.dev1 (26 November 2018)
Bug fixes
- translate: Nucleotide ("nuc") annotation for non-bacterial builds starts at 0
again, not 1, fixing a regression.
Documentation
- Schemas: Correct coordinate system description for genome start/end
annotations.