All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
make_variants_table_v2
is now the default variant table buildergzip --fast
is used to compress the genome table to better balance compression and upload performance
make_variants_table_v2
uses multiprocessing to parallelize reading the MSA and creating the daily variants table to significantly improve performance
CHANGELOG.md
will now document notable changes to Asklepianenvironment.yml
provides a conda configuration for the Asklepian environment
datafunk
has been replaced bygofasta
to significantly improve performancego.sh
has been updated to better document the global variables required to run, and additionally checks for those variables (exiting if they are not present)- Genome and variant table generation and uploading subroutines have been moved to
go_genome.sh
andgo_variant.sh
respectively go.sh
now calls the two table subroutines and useswait
to run them in parallel instead of serial- Variables have been tweaked to allow for easier configuration of tests