brainglobe / cellfinder

Automated 3D cell detection in very large images

Home Page:https://brainglobe.info/documentation/cellfinder/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Writing custom config is not possible on HPC with shared installation of BrainGlobe

alessandrofelder opened this issue · comments

Describe the bug
The default paths returned in https://github.com/brainglobe/cellfinder/blob/main/cellfinder/core/tools/source_files.py are not (necessarily) writeable by users (for good reason). It's generally a bad idea for users to write into the package files. The default should presumably point somewhere else.

To Reproduce
Run brainmapper tool on HPC as user (with no write permissions to BrainGlobe module!)

Expected behaviour
It is possible for users to write custom cellfinder configurations.