LKINSEY / MetaDataGUI

Fast, easy UI that allows user to transfer raw experimental data and associated metadata to AIND cloud services after experiment is run
0 stars 0 forks source link

paths should not be hard coded #7

Open rozmar opened 1 week ago

rozmar commented 1 week ago

Right now paths to staging and to the code are hard-coded, so it can effectively run on only one PC. Paths should be in a json file that will be specific for each computer where the code runs. The code should pull these paths from the json file.

LKINSEY commented 5 days ago

currently in the readme we request to make sure dataDir is mapped to Y drive which I think is ok, I think processing data paths are only other paths that need to be fixed