If sashimi is installed with pip in non-editable mode it won't launch because this line:
|
parent_dir = (Path(__file__).parents[2]).resolve() |
Will point to the inner copy of sashimi of the conda environment being __file__ the wrong string pointing to an inexistent file ...\conda\envs\sashimi\lightsheet_procedure.md
If sashimi is installed with
pipin non-editable mode it won't launch because this line:sashimi/sashimi/gui/save_settings_gui.py
Line 34 in 697a3d5
Will point to the inner copy of sashimi of the conda environment being
__file__the wrong string pointing to an inexistent file...\conda\envs\sashimi\lightsheet_procedure.md