Skip to content

Commit

Permalink
Preserve directory structure when downloading output
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 21, 2024
1 parent 602ff11 commit 6abe063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_job_controller/compute4punch_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _create_c4p_job_description(self) -> None:
"log = cluster.log",
"ShouldTransferFiles = YES",
"WhenToTransferOutput = ON_SUCCESS",
"preserve_relative_paths = TRUE",
f"transfer_input_files = {job_inputs}" if job_inputs else "",
f"transfer_output_files = {job_outputs}",
f"request_cpus = {self.c4p_cpu_cores}",
Expand Down

0 comments on commit 6abe063

Please sign in to comment.