Skip to content

Commit

Permalink
update release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kopeckylukas committed Aug 30, 2024
1 parent bdcf4e6 commit 44eba9b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
![MAMSI_logo](/docs/images/MAMSI_logo.png)
![MAMSI_logo](https://github.com/kopeckylukas/py-mamsi/blob/main/docs/images/MAMSI_logo.png?raw=true)

[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENCE)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://kopeckylukas.github.io/py-mamsi/)
[![pages-build-deployment](https://github.com/kopeckylukas/py-mamsi/actions/workflows/pages/pages-build-deployment/badge.svg)](https://kopeckylukas.github.io/py-mamsi/)
![PyPI version](https://img.shields.io/pypi/v/mamsi.svg)

MAMSI is a Python framework designed for the integration of multi-assay mass spectrometry datasets.
In addition, the MAMSI framework provides a platform for linking statistically significant features of untargeted multi-assay liquid chromatography – mass spectrometry (LC-MS) metabolomics datasets into clusters defined by their structural properties based on mass-to-charge ratio (*m/z*) and retention time (*RT*).
Expand Down Expand Up @@ -34,13 +35,18 @@ The documentation for this package is available at [https://kopeckylukas.github.
- pyvis

## User Installation
You can install MAMSI from source code given you have installed both Python (>=3.9) and PIP.

First, clone the repository from GitHub to your computer. You can use following commands if you have a version of Git installed on your computer:
### Installing with Pip
You can install MAMSI from PyPI using pip:
```bash
pip install mamsi
```

### Installing from source-code
You can install it directly from source code given you have installed both Python (>=3.9) and PIP.

```bash
git clone https://github.com/kopeckylukas/py-mamsi

cd py-mamsi
```

Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/kopeckylukas/py-mamsi/blob/main/LICENCE)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://kopeckylukas.github.io/py-mamsi/)
[![pages-build-deployment](https://github.com/kopeckylukas/py-mamsi/actions/workflows/pages/pages-build-deployment/badge.svg)](https://kopeckylukas.github.io/py-mamsi/)
![PyPI version](https://img.shields.io/pypi/v/mamsi.svg)

[MAMSI](https://github.com/kopeckylukas/py-mamsi) is a Python framework designed for the integration of multi-assay mass spectrometry datasets.
In addition, the MAMSI framework provides a platform for linking statistically significant features of untargeted multi-assay liquid chromatography – mass spectrometry (LC-MS) metabolomics datasets into clusters defined by their structural properties based on mass-to-charge ratio (*m/z*) and retention time (*RT*).
Expand Down Expand Up @@ -36,6 +37,13 @@ Training materials including sample data can be found at [https://github.com/kop
- pyvis

## User Installation
### Installing with Pip
You can install MAMSI from PyPI using pip:
```bash
pip install mamsi
```

### Installing from source-code
You can install MAMSI from source code given you have installed both Python (>=3.9) and PIP.

First, clone the repository from GitHub to your computer. You can use following commands if you have a version of Git installed on your computer:
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/kopeckylukas/py-mamsi/blob/main/LICENCE)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://kopeckylukas.github.io/py-mamsi/)
[![pages-build-deployment](https://github.com/kopeckylukas/py-mamsi/actions/workflows/pages/pages-build-deployment/badge.svg)](https://kopeckylukas.github.io/py-mamsi/)
![PyPI version](https://img.shields.io/pypi/v/mamsi.svg)


## Training Materials
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mamsi",
version="0.1.1",
version="1.0.0",
packages=find_packages(),
url="https://github.com/kopeckylukas/py-mamsi",
license="BSD 3-Clause License",
Expand Down

0 comments on commit 44eba9b

Please sign in to comment.