pgarrett-scripps / timsTofExtractorGUI

A GUI to convert Bruker Raw files (.d) to an .ms2 file format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timstof Extractor GUI

How to Download:

Naviagte to the releases tab of this github repo and download the .exe file from the latest release. Simply double click on the .exe file to run the program.

Developers:

How to run locally:

pip clone https://github.com/pgarrett-scripps/timsTofExtractorGUI.git pip install -r requirements.txt python app.py

How to compile exe:

pip clone https://github.com/pgarrett-scripps/timsTofExtractorGUI.git pip install -r requirements.txt pyinstaller --onefile --log-level=DEBUG --add-data venv/Lib/site-packages/tdfpy/timsdata.dll;. app.py .\dist\app.exe

About

A GUI to convert Bruker Raw files (.d) to an .ms2 file format


Languages

Language:Python 100.0%