diff --git a/README.md b/README.md index 899e39ce21520306915e6af6ca122fadbfce8c11..c3c94d3ebc26d8c7477f2977741ed939643b4aef 100755 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ nextflow ../workflow/main.nf --basecall_path "../../data/test_data/" \ --basecall_trim "none" \ --basecall_compute "gpu" \ --basecall_demux "False" \ - --out_dir "test_basecall_gpu_no_demux_mouse" + --out_dir "test_basecall_gpu_no_demux_mouse" -resume ``` ### GPU basecalling with demultiplexing @@ -117,7 +117,7 @@ nextflow ../workflow/main.nf --basecall_path "../data/test_data/" \ --basecall_compute "gpu" \ --basecall_demux "True" \ --trim_barcode "True" \ - --out_dir "test_basecall_gpu_demux_mouse" + --out_dir "test_basecall_gpu_demux_mouse" -resume ``` ## Pipeline output directory description: