Skip to content

Releases: niemasd/FAVITES-Lite

FAVITES-Lite v1.0.3

03 May 17:00
Compare
Choose a tag to compare
  • Accidentally forgot to delete a debugging line in the "Truncated Normal" mutation rates model in the previous release

FAVITES-Lite v1.0.2

03 May 16:55
Compare
Choose a tag to compare
  • Fixed bug in "Truncated Normal" mutation rates model
    • FAVITES-Lite is using the notation where a is the minimum and b is the maximum of the truncated distribution
      • In other words, the truncated distribution is in the range [a, b]
    • However, SciPy defines a and b as "standard deviations away from loc"
    • I added a helper function that takes a and b in the "min" and "max" notation, converts them, and then calls the SciPy function
    • The "Truncated Normal" sample times model was actually correct before (I was doing the conversion between notations here, just not in the mutation rates model), but I've updated it to use this new helper function
    • The "Truncated Exponential" sample times model was unaffected by this bug and has remained as-is

FAVITES-Lite v1.0.1

10 Mar 16:38
cddbada
Compare
Choose a tag to compare
  • Add support for symlink to favites_lite.py
    • Previously, favites_lite.py would not be able to find global.json if you create a symlink to run the script
    • Common use case: install the FAVITES-Lite folder in some global directory (e.g. /usr/local/bin/FAVITES-Lite) and make a symlink in your PATH (e.g. /usr/local/bin/favite_lite.py points to /usr/local/bin/FAVITES-Lite/favites_lite.py)

FAVITES-Lite v1.0.0

09 Mar 23:34
Compare
Choose a tag to compare
  • Added the ability to provide a RNG seed

FAVITES-Lite v0.0.5

09 Mar 00:31
Compare
Choose a tag to compare
  • Added support for epidemics with just 1 introduction
    • For "Viral Phylogeny (Seeds)", select "Single Introduction"

FAVITES-Lite v0.0.4

09 Mar 00:29
3ed85f1
Compare
Choose a tag to compare

FAVITES-Lite v0.0.3

12 Dec 18:31
Compare
Choose a tag to compare
  • Added more descriptive import and missing dependency errors
  • Refactored how GEMF plugins infer infectious states
    • While doing this, I fixed a bug in the SEIR model implementation (S->E transitions weren't being counted as "infection events")

FAVITES-Lite v0.0.2

12 Dec 18:29
97168d3
Compare
Choose a tag to compare
  • Changed GEMF to move output files instead of copying
    • Saves time and space for big runs
  • Added helper script to plot transmission states over time
  • Added SAPHIRE and SAAPPHIIRE models

FAVITES-Lite v0.0.1

15 Sep 00:19
fdec110
Compare
Choose a tag to compare
  • Initial release