diff --git a/orchestration/flows/bl832/nersc.py b/orchestration/flows/bl832/nersc.py index f5850a61..9804ce16 100644 --- a/orchestration/flows/bl832/nersc.py +++ b/orchestration/flows/bl832/nersc.py @@ -1896,7 +1896,8 @@ def nersc_recon_flow( nersc_to_beegfs_zarr_future = globus_transfer_task.submit( file_path=zarr_file_path, source=config.nersc832_alsdev_pscratch_scratch, - destination=config.beegfs_scratch + destination=config.beegfs_scratch, + config=config ) # Resolve before pruning (which needs to know what landed where) diff --git a/pyproject.toml b/pyproject.toml index 8c007895..df13abda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scicat_beamline @ git+https://github.com/als-computing/scicat_beamline.git@4828273f5f49ba4eba5442728729e0545b3f5b79", "sfapi_client", "starlette==1.0.0", - "tiled[client]", + "tiled[all]", "watchfiles" ]