Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Nov 13, 2023
1 parent b0cb35c commit 36c99f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions latch_cli/snakemake/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ def get_fn_code(
print(f"JIT Workflow Version: {{jit_wf_version}}")
print(f"JIT Execution Display Name: {{jit_exec_display_name}}")
import json
print(json.dumps(local_to_remote_path_mapping, indent=2))
wf = extract_snakemake_workflow(pkg_root, snakefile, jit_wf_version, jit_exec_display_name, local_to_remote_path_mapping, non_blob_parameters)
wf_name = wf.name
generate_snakemake_entrypoint(wf, pkg_root, snakefile, {repr(remote_output_url)}, non_blob_parameters)
Expand Down Expand Up @@ -584,7 +581,7 @@ class _WorkflowInfoNode(TypedDict):
_interface_request = {
"workflow_id": wf_id,
"params": params,
# "snakemake_jit": True,
"snakemake_jit": True,
}
response = requests.post(urljoin(config.nucleus_url, "/api/create-execution"), headers=headers, json=_interface_request)
Expand Down

0 comments on commit 36c99f8

Please sign in to comment.