Skip to content

Commit

Permalink
dur
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasPriadka committed Aug 31, 2024
1 parent 574d80a commit fde6b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def initialize() -> str:
@nextflow_runtime_task(cpu={cpu}, memory={memory}, storage_gib={storage_gib})
def nextflow_runtime(pvc_name: str, {param_signature}) -> None:
shared_dir = Path(f"/nf-workdir")
shared_dir = Path("/nf-workdir")
{output_shortcuts}
{samplesheet_constructors}
Expand Down

0 comments on commit fde6b1d

Please sign in to comment.