paviaishu16 / Multiplate-reader-data-analyser

0 stars 0 forks source link

MTP Data Analyzer

A project for analyzing data from MTPs.

Usage

Requires: Python>=3.12.

First, clone this repository.

Second, install dependencies:

$ pip install -r requirements.txt

Third, run the script from the repository root, providing your source files (raw data and well map):

$ python.exe src\main.py C:\User\username\path\to\your\raw_data.xlsx --sample-table sample-table.xlsx

On Linux, the command might be slightly different, more like this format:

$ python3 src/main.py path/to/your/raw_data.xlsx --sample-table sample-table.xlsx