We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62fb4e commit b50bb35Copy full SHA for b50bb35
src/murfey/util/config.py
@@ -60,6 +60,7 @@ class MachineConfig(BaseModel): # type: ignore
60
# Upstream data download setup
61
upstream_data_directories: dict[str, Path] = {} # Previous sessions
62
upstream_data_download_directory: Optional[Path] = None # Set by microscope config
63
+ upstream_data_search_strings: dict[str, list[str]] = {} # For glob search
64
upstream_data_tiff_locations: list[str] = ["processed"] # Location of CLEM TIFFs
65
66
# Data processing setup -----------------------------------------------------------
0 commit comments