From 13165ec62ffeae87ca6bf7e238298cb53069530c Mon Sep 17 00:00:00 2001 From: Bernardo Aguzzoli Heberle <81333350+bernardo-heberle@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:07:38 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56faa9..5761eb4 100755 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ nextflow ../workflow/main.nf --basecall_path "../../data/test_data/" \ --basecall_trim "none" \ --basecall_compute "gpu" \ --basecall_demux "False" \ - --outdir "test_basecall_gpu_no_demux_mouse" + --out_dir "test_basecall_gpu_no_demux_mouse" ``` -- GitLab