Skip to content

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

Notifications You must be signed in to change notification settings

pgarrett-scripps/timsTofExtractorGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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