App Logo
MS File Converter CWL-Based

Installation

Mass Spectometry File Coverter.

Requirements

The following packages are essential for the proper functioning of the converter service

Ways of using the converter

The converter servie can be installed or deployed in three different ways:

This is for installlation of items on local machine

Clone the repository

git clone https://github.com/NFDI4Chem/cs-ms-converter.git

Go inside the folder msconverter-cwl-based

cd msconverter-cwl-based

Create a python virtual environment and activate it

How to create a python virtual environment

python3 -m venv <your desired virtual environment name>

Activate the environment

source <path to your desired virtual environment name>/bin/activate

Install necessary requirements

pip install -r requirements.txt

Run the main file rest_api.py

rest_api.py
python rest_api.py

or

rest_api.py
python rest_api.py

URL will be available on http://localhost:5000/api-docs#