Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:LewisResearchGroup/ms-mint-app i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
sorenwacker committed Mar 3, 2023
2 parents 177d819 + 923e160 commit dee7cb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
conda install flake8 pytest mkdocs

0 comments on commit dee7cb1

Please sign in to comment.