Algorithm release 0.8.4
This release utilizes the v.2025-02-07 version of the MOAlmanac database. Both COSMIC and ExAC are now no longer required to run moalmanac. The interpreter version was increased to 0.8.4.
Revisions:
- A file
datasources/cosmic/CosmicMutantExport_empty.lite.txtwas added. This is an empty file other than the columns expected for COSMIC as a datasource, and is now the default annotation datasource for COSMIC as specified withinmoalmanac/annotation-datasources.ini. Users can still compile COSMIC on their own using the script indatasources/cosmic/to re-enable COSMIC annotations. - A file
datasources/exac/exac.expanded.r1.empty.txtwas added. This is an empty file other than the columns expected for ExAC as a datasource. This was not set to be the default annotation datasource for ExAC. Users can changemoalmanac/annotation-datasources.inito point to this file if they do not want to annotate with ExAC. Alternatively, they can either generate the datasource using the script indatasources/exac/or copy the datasource from the Docker to annotate with ExAC. - Documentation was updated to reflect these changes.