Skip to content

Commit 52b5a52

Browse files
committed
Provide a seed TIFF file for the preprocessing workflow instead of the entire file list, as some datasets are too large to be submitted
1 parent 073bc72 commit 52b5a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/contexts/clem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def post_transfer(
267267
# Post the message and log any errors that arise
268268
tiff_dataset = {
269269
"series_name": series_name,
270-
"tiff_files": self._tiff_series[series_name],
270+
"tiff_files": self._tiff_series[series_name][0:1],
271271
"series_metadata": self._series_metadata[series_name],
272272
}
273273
post_result = self.process_tiff_series(tiff_dataset, environment)

0 commit comments

Comments
 (0)