From 62bff7fbd133488d6a9e695d7993c8b091de071c Mon Sep 17 00:00:00 2001 From: Ally Hawkins Date: Fri, 24 May 2024 11:03:52 -0500 Subject: [PATCH] add test runs to existing ccdl profile --- config/profile_ccdl.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/profile_ccdl.config b/config/profile_ccdl.config index 169b9eca..5dd96087 100644 --- a/config/profile_ccdl.config +++ b/config/profile_ccdl.config @@ -11,7 +11,9 @@ params { results_dir = "${params.outdir}/results" // a set of run_ids for testing. used only by the main workflow - run_ids = "SCPCR000001,SCPCS000101" + // one single-cell with bulk, one CITE, one spatial, one multiplexed + run_ids = "SCPCS000001,SCPCS000050,SCPCS000203,SCPCL000537" + // include all runs in a merged project. used only by the merged workflow merge_run_ids = "All"