juglab / cryoCARE_pip

PIP package of cryoCARE
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

Fixed bug in mask-parser #58

Closed bwmr closed 7 months ago

bwmr commented 7 months ago

Hi,

I accidentally introduced a bug in the mask-parser in PR #55, which results in the following error when providing a mask during extraction:

FileNotFoundError: [Errno 2] No such file or directory: "['lamella01A_ts_004/lamella01A_ts_004_ali_filtered_rec_bin_2_mask.mrc']"

This pull-request fixes that error. Extraction tested with and without mask. Sorry about introducing it in the first place.

Best, Benedikt