Skip to content

Commit 8c3c602

Browse files
committed
no workdir env var
1 parent 6118ec1 commit 8c3c602

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nextflow/command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def make_nextflow_command_env_string(version, timezone, output_path, run_path, j
230230
env = {"NXF_ANSI_LOG": "false"}
231231
if version: env["NXF_VER"] = version
232232
if timezone: env["TZ"] = timezone
233-
if output_path != run_path: env["NXF_WORK"] = os.path.join(output_path, "work")
234233
if java_home: env["JAVA_HOME"] = java_home
235234
return " ".join([f"{k}={v}" for k, v in env.items()])
236235

0 commit comments

Comments
 (0)