Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion orchestration/flows/bl832/nersc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down
Loading