Skip to content

Commit

Permalink
missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 12, 2024
1 parent 8ec258f commit e0fb4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/depiction_targeted_preprocbatch/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def run_job(self, job: BatchJob) -> None:
sample_name=sample_dir.name,
result_files=result_files,
output_storage=output_storage,
force_ssh_user=self._force_ssh_user,
)

def _determine_result_files(self, job_dir: Path) -> list[Path]:
Expand Down

0 comments on commit e0fb4b1

Please sign in to comment.