Release Notes for AlleleFinder
New Features
- **Conda package setup in GitHub Actions workflow**: Added steps to the GitHub Actions workflow to setup Conda, install Conda dependencies, update the `meta.yaml` file, build the Conda package, convert the Conda package for all platforms, and upload the Conda package using the `ANACONDA_TOKEN` secret. (Commit `54fe965`)
- **Console_scripts entry points in setup.py**: Added `console_scripts` entry points for `allele_updater`, `allele_translate_reduce`, `profile_reduce`, and `stec` scripts in the `setup.py` file. This allows the scripts to be run from the command line without the `.py` extension. (Commit `c41cf6a`)
- **Meta.yaml for AlleleFinder package**: Added a new `meta.yaml` file for the AlleleFinder package. This file includes information about the package such as its name, version, dependencies, and more. It also includes test commands and information about the package's license. (Commit `9931fbd`)
Chores
- **Bump version to 0.2.4**: Updated the version number of the AlleleFinder package from 0.2.1 to 0.2.4 in the `version.py` file. This was done after a previous downgrade of AlleleFinder to test GitHub actions. (Commit `e81baa7`)