Skip to content

Release 0.7.2

Compare
Choose a tag to compare
@brendanreardon brendanreardon released this 25 Oct 19:46
· 8 commits to main since this release
73053f9

This release utilizes the v.2024-10-03 release of the underlying MOAlmanac database and otherwise fixes two bugs present in Release 0.7.1. This release incorporates pull requests #23 and #24.

Additions:

  • An example log output was added to the example_output/ folder in the root directory of this repository.

Revisions:

  • datasources/moalmanac/molecular-oncology-almanac.json was updated to the 2024-10-03 release.
  • docs/template-pull-request.md was renamed to docs/pull_request_template.md
  • The section heads for both moalmanac/annotation-databases.ini and moalmanac/preclinical-databases.ini were renamed to paths.

Bug fixes:

  • moalmanac/moalmanac.py would attempt to access the value "preclinical" in the preclinical_db_paths dictionary, even if no .ini file was provided using the --preclinical-dbs argument.
  • Templates to generate tables within the Frozen Flask report were modified to include an if statement to only generate tables if the underlying dataframe is not empty.