Skip to content

Commit

Permalink
Run from home, not /app
Browse files Browse the repository at this point in the history
  • Loading branch information
Torec Luik committed Jun 29, 2023
1 parent 34830a9 commit eaa2c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main(argv):
"cellprofiler", "-c", "-r", "-p", mod_pipeline,
"-i", in_path, "-o", out_path, "-t", tmp_path,
]
status = run(" ".join(shArgs), shell=True, cwd="/app/")
status = run(" ".join(shArgs), shell=True)

if status.returncode != 0:
err_desc = "Failed to execute the CellProfiler pipeline: {} (return code: {})".format(
Expand Down

0 comments on commit eaa2c39

Please sign in to comment.