fish-quant / fq-imjoy

ImJoy plugins to run different smFISH analysis in a user-friendly setting.
https://fq-imjoy.readthedocs.io/en/latest/
MIT License
2 stars 2 forks source link

Regular expression not saved correctely #19

Open muellerflorian opened 3 years ago

muellerflorian commented 3 years ago

When saving the spot detection results, the settings file contains the regular expression used to identify files.

(at least) in Windows a backslash is doubled in this expression.

"(?P<channel>.*)-(?P<file_ident>.*)-(?P<fov>.*)\\.(?P<img_ext>.*)"