Metadata-Version: 2.1
Name: ms-mint
Version: 0.0.51
Summary: Metabolomics Integrator (Mint)
Home-page: https://github.com/soerendip/ms-mint
Author: Soren Wacker
Author-email: swacker@ucalgary.ca
License: UNKNOWN
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](https://soerendip.github.io/ms-mint/).
        
        ## News
        #### 2019-11 Docker support
        
        MINT is now available as a [Docker](https://www.docker.com/) container on DockerHub with a new [interface](https://github.com/soerendip/ms-mint-streamlit). 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 9999:9999 -it msmint/msmint:latest
        
        Then navigate to http://localhost:9999.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
