From c49202faf0100a630cc63568e6e31521726d51ec Mon Sep 17 00:00:00 2001 From: Azedine Zoufir <41290849+azedine-healx@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:49:34 +0000 Subject: [PATCH] Remove explicit reddim_genes_yml requirement Since this is an optional file, this should not be required by the pipeline? --- workflows/scflow.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/scflow.nf b/workflows/scflow.nf index 9f27efd..8368780 100644 --- a/workflows/scflow.nf +++ b/workflows/scflow.nf @@ -27,7 +27,7 @@ if (params.celltype_mappings) { ch_celltype_mappings = file(params.celltype_mapp if (params.ensembl_mappings) { ch_ensembl_mappings = file(params.ensembl_mappings, checkIfExists: false) } if (params.ensembl_mappings) { ch_ensembl_mappings2 = file(params.ensembl_mappings, checkIfExists: false) } if (params.ensembl_mappings) { ch_ensembl_mappings3 = file(params.ensembl_mappings, checkIfExists: false) } -if (params.reddim_genes_yml) { ch_reddim_genes_yml = file(params.reddim_genes_yml, checkIfExists: true) } +if (params.reddim_genes_yml) { ch_reddim_genes_yml = file(params.reddim_genes_yml, checkIfExists: false) } /* ========================================================================================