Skip to content

Commit

Permalink
adjust outputs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 16, 2024
1 parent 820c35a commit e143fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depiction_targeted_preproc/pipeline/run_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_workflow(sample_dir: Path) -> Path:

# zip the results
sample_name = sample_dir.name
output_dir = sample_dir.parent / "output"
output_dir = sample_dir / "outputs"
output_dir.mkdir(exist_ok=True)
zip_file_path = output_dir / f"{sample_name}.zip"
with zipfile.ZipFile(zip_file_path, "w") as zip_file:
Expand Down

0 comments on commit e143fa2

Please sign in to comment.