vibbic / biosegment

BioSegment is a software stack to enable segmentation of microscopy data using machine learning models.
https://vibbic.github.io/biosegment/
GNU General Public License v3.0
4 stars 2 forks source link

Get rid of hard-coded WORKER_ROOT_DATA_FOLDER #27

Closed SilverViking closed 4 years ago

SilverViking commented 4 years ago

Currently we have a ROOT_DATA_FOLDER hard-coded in .env. But we also have a hard-coded WORKER_ROOT_DATA_FOLDER in dash_frontend/app/pages/Viewer2DPage.py.

I presume both variables should point to the same directory? If so, get rid of the hard-coded WORKER_ROOT_DATA_FOLDER, for example by reading it from .env.