diff --git a/README.md b/README.md index 0f82ac2..09b911b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ [![Python package](https://github.com/LewisResearchGroup/ms-mint-app/actions/workflows/pythonpackage.yml/badge.svg)](https://github.com/LewisResearchGroup/ms-mint-app/actions/workflows/pythonpackage.yml) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5178/badge)](https://bestpractices.coreinfrastructure.org/projects/5178) ![](images/coverage.svg) -[![Total alerts](https://img.shields.io/lgtm/alerts/g/LewisResearchGroup/ms-mint-app.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/LewisResearchGroup/ms-mint-app/alerts/) -[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/LewisResearchGroup/ms-mint-app.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/LewisResearchGroup/ms-mint-app/context:python) [![Docker Image CI](https://github.com/LewisResearchGroup/ms-mint-app/actions/workflows/docker-image.yml/badge.svg)](https://github.com/LewisResearchGroup/ms-mint-app/actions/workflows/docker-image.yml) ![](docs/image/MINT-logo.jpg) @@ -16,7 +14,13 @@ or for the identification of pathogens such as methicillin resistant _Staphyloco More information on how to install and run the program can be found in the [Documentation](https://LewisResearchGroup.github.io/ms-mint-app/) or check out the [Tutorial](https:///LewisResearchGroup.github.io/ms-mint-app/quickstart/) to jump right into it. -## News +## Release notes + +### 0.2.1 +- uses ms-mint 0.2.1 with new implementation of `peak_area_top3` +- new quality control tab + +### 0.1.9 MINT has been split into the Python library and the app. This repository contains the Python library. The underlying Python library `ms-mint` can be found [here](https://github.com/LewisResearchGroup/ms-mint). ## Screenshot diff --git a/docs/developer-notes.md b/docs/developer-notes.md index 5d16a5a..00b70be 100644 --- a/docs/developer-notes.md +++ b/docs/developer-notes.md @@ -3,8 +3,8 @@ python3 -m twine upload --repository ms-mint dist/ms*mint-* ## Windows executables - pyinstaller --onedir --noconfirm specfiles\Mint__onedir__.spec --additional-hooks-dir=hooks - + cd specfiles && pyinstaller --noconfirm Mint.spec ..\scripts\Mint.py + ## Documentation deployment mkdocs build && mkdocs gh-deploy @@ -32,4 +32,4 @@ Then start MINT with `--serve-path='\mint\'`. To run tests and code optimization you need the following packages: - conda install flake8 pytest mkdocs \ No newline at end of file + conda install flake8 pytest mkdocs