Metadata-Version: 2.1
Name: proteoformquant
Version: 0.3
Summary: A python command line tool for the quantification of peptidoform/proteoforms
Home-page: 
Author: Arthur Grimaud
Author-email: arthur582@hotmail.fr
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# Proteoformquant

Proteoformquant is a Python tool for quantitative analysis of proteoforms from mass spectrometry data.

## Setup/Installation

To use Proteoformquant, you need to create a new Conda environment using Mamba package manager.

### 1. Install Mamba

Mamba is a fast package manager for Conda environments. You can install it using Conda itself by running the following command:

# Proteoformquant

Proteoformquant is a Python tool for quantitative analysis of proteoforms from mass spectrometry data.

## Setup/Installation

To use Proteoformuant, you can create a Conda environment using the provided 'environment.yml' file. This can be done using Conda directly, however we recommend using the Mamba package manager.

### 1. Install Conda (and Mamba)

If not already done, install Conda (https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html#regular-installation)

If you wish to use Manda to create the Conda environment (faster) you can install mamba by running the following command in a terminal:

```bash
conda install mamba -n base -c conda-forge
```

### 2. Install Conda (and Mamba)

Next, create the environment using either Conda or Mamba by running the following command in the folder

```bash
# With Conda
conda env create --file environment.yml
#With Manba
mamba env create --file environment.yml
```

## Usage

```bash

```

## Contributing

## License
