katzlabbrandeis / blech_clust

GNU General Public License v3.0
7 stars 4 forks source link

Update blech_process_utils.py to ask for blech_clust directory #68

Closed hfgem closed 1 year ago

hfgem commented 1 year ago

Currently, blech_process_utils.py assumes blech_clust is a folder on the desktop. It would be ideal if such assumptions were not made.

Use Case: This became an issue when I was testing new code changes and the code was in my GitHub folder in a different location, but I had another version of the code on the desktop. Asking the user to select the blech_clust directory would be the ideal solution.

abuzarmahmood commented 1 year ago

Sounds good. We can use relative paths using the path of __file__ like you did in blech_clust.py. I'll open a branch to work on the fix.