/chromatography-utils

Utilities for chromatography analysis

Primary LanguagePython

Chromatography Utilities Scripts

This repository compiles utility Python scripts for chromatography analysis. The scripts were written based on the PerkinElmer chromatography equipment and the outputs generated by TurboMass and TotalChrom software.

Installation

Make sure Python 3 and PIP are installed in the host machine. Run the following command in terminal to install all the Python requirements for the project.

pip3 install -r requirements.txt

Usage

The entrypoint for the program is in main.py script. By running it with the following command, all utilities can be accessed interactively through terminal.

python3 main.py

Expected Input and Output files

[ TODO ]

Contributing and Issues

The development of the project is inteded for the usage in University of Alberta Chemistry laboratories. However, if a missing feature could be used for other applications, pull requests and issues are welcome.