From 0e9c2a30490b8029545b845880c2965210911bd1 Mon Sep 17 00:00:00 2001 From: Joshua Shapiro Date: Thu, 7 Mar 2024 10:44:20 -0500 Subject: [PATCH] One more null --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 790a77af..86f6a067 100644 --- a/nextflow.config +++ b/nextflow.config @@ -29,7 +29,7 @@ params { // or "All" to process all samples in the metadata file run_ids = "All" // to run all samples in a project use that project's submitter name - project = "" + project = null // if running the merge workflow, include all runs in a project by default merge_run_ids = "All"