Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

[BUG] Test data not packaged with dist #73

Closed singjc closed 6 months ago

singjc commented 6 months ago

Test data does not get packaged with built and dist package. This causes the Load example data option in the gui to fail since it can't find the test data.

(base) roestlab@DESKTOP-GUU42V4:~$ ls /home/roestlab/anaconda3/envs/py39/lib/python3.9/site-packages/massdash
__init__.py  assets          gui.py   main.py      plotting    server   ui
__pycache__  dataProcessing  loaders  peakPickers  preprocess  structs  util.py
singjc commented 6 months ago

Addressed with #77