We use this CHANGELOG to document breaking changes, new features, bug fixes, and config value changes that may affect both the usage of the workflows and the outputs of the workflows.
- 24 February 2024: Move accession to the first column of
metadata_all.tsv
. (PR #36) - 05 February 2024: Harmonize with pathogen repo guide (PR #31)
- 19 January 2024: Add a Quickstart section to the top level README. (PR #30)
- 19 January 2024: Add ingest pipeline and restructure phylogeny pipeline. (PR #28)
- The addition of the ingest pipeline is a major change. Instead of relying on the
fauna
database, this introduces retrieving data from NCBI datasets directly and conducting subsequent curation. - The restructuring of the
phylogenetic
pipeline into a dedicated directory keeps the two workflows modular, and conforms to the pathogen repo guide. - Documenting and providing the USVI data in the
phylogenetic/data
directory.
- The addition of the ingest pipeline is a major change. Instead of relying on the
- 04 May 2023: Stylistic changes to make the Snakemake code conform to documented Nextstrain Snakemake Styleguide. (PR #27)
- 14 October 2022: Use zstd compression instead of xz and gzip. (PR #23)
- 26 August 2022: Remove cores flag as it is no longer needed in nextstrain cli. (PR #22)
- 14 April 2022: Specify
--cores all
fornextstrain build .
to be compatible with snakemake>5.11.0. (PR #19) - 01 April 2022: CI: Use a centralized pathogen repo CI workflow. (PR #17)
- 01 April 2022: Migrate CI to GitHub Actions. (PR #16)
- 22 March 2022: Use Snakemake HTTP remote to download starting points and switch to uncompressed example data. (PR #15)
- 14 March 2022: Use the python 3.7 miniconda installer to fix error in travis test. (PR #14)
- 09 November 2021: CI: Upgrade setuptools suite prior to installation. (PR #13)
- 28 October 2021: Update outliers and broaden subsampling. (7a2dba5)
- 13 December 2020: Update zika build to use
--output-node-data
instead of--output
. (4c47f43)
- 14 December 2019: Add footer description to export. (PR #11)
- 10 December 2019: Switch to augur export v2. (PR #10)
- 27 December 2018: Move vdb download call from python2 to python3. (12d35b2)
- 29 October 2018: Updates to Zika reference, dropped strains, min-length, and sampling bias correction. (9e50fe2)
- 06 July 2018: Attempt at streamlining the snakefile (PR #8)
- 29 June 2018: Travis CI configuration to run the example data build. (5c4f6f6)
- 29 June 2018: Download sequences from fauna automatically. (ee8cc38)
- 15 June 2018: Initial commit (5640dba)