Skip to main content

Metabolomics Integrator (Mint)

Project description

MINT (Metabolomics Integrator)

The Metabolomics Integrator (MINT)) is a post-processing tool for liquid chromatography-mass spectrometry (LCMS) based metabolomics. Metabolomics is the study of all metabolites (small chemical compounds) in a biological sample e.g. from bacteria or a human blood sample. The metabolites can be used to define biomarkers used in medicine to find treatments for diseases or for the development of diagnostic tests or for the identification of pathogens such as methicillin resistant Staphylococcus aureus (MRSA). More information on how to install and run the program can be found in the Documentation.

GUI

News

MINT is now available as a Docker container on DockerHub with a new interface. Containers are a standardized unit of software that allows developers to isolate their application from its environment, solving the 'it works on my machine' headache. Every computer that runs docker can now run MINT as well. You can pull and run the latest image with:

docker pull msmint/msmint:latest
docker run -p 8501:8501 -it msmint/msmint:latest

Then navigate to http://localhost:8501.

Download Latest release

For Windows 10 a build is provided here

Simply, unpack the zip-archive and start Mint.exe. Then navigate to http://localhost:9999 if the browser does not open automatically.

Installation

Installation with pip

The program can be installed in a Python 3 (>= 3.7) environment using pip:

pip install ms-mint

Then the GUI can be started with

Mint.py

Then navigate to http://localhost:9999 if the browser does not open automatically.

From source and creating windows executable

git clone ...
pip install -e . 
pyinstaller --one-dir specfiles\Mint__onedir__.spec

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ms-mint-0.0.42.tar.gz (50.5 kB view hashes)

Uploaded Source

Built Distribution

ms_mint-0.0.42-py3-none-any.whl (53.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page