Skip to content

Commit b50bb35

Browse files
committed
Added new MachineConfig field to store file search strings for different upstream instruments
1 parent e62fb4e commit b50bb35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class MachineConfig(BaseModel): # type: ignore
6060
# Upstream data download setup
6161
upstream_data_directories: dict[str, Path] = {} # Previous sessions
6262
upstream_data_download_directory: Optional[Path] = None # Set by microscope config
63+
upstream_data_search_strings: dict[str, list[str]] = {} # For glob search
6364
upstream_data_tiff_locations: list[str] = ["processed"] # Location of CLEM TIFFs
6465

6566
# Data processing setup -----------------------------------------------------------

0 commit comments

Comments
 (0)