From 166b16979cc18096c052e4ec2930b3869a3e9ed8 Mon Sep 17 00:00:00 2001 From: RobJY Date: Tue, 21 Jan 2025 15:34:58 -0500 Subject: [PATCH] when file not found in DEEPCELL_MESMER test, the test is not run, so we do not get an error; seeing if this changes that. --- modules/nf-core/deepcell/mesmer/tests/main.nf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/deepcell/mesmer/tests/main.nf.test b/modules/nf-core/deepcell/mesmer/tests/main.nf.test index 248fa55..9d6e490 100644 --- a/modules/nf-core/deepcell/mesmer/tests/main.nf.test +++ b/modules/nf-core/deepcell/mesmer/tests/main.nf.test @@ -17,7 +17,7 @@ nextflow_process { """ input[0] = [ [ id: 'test_img' ], - file(params.modules_testdata_base_path + '/modules/data/imaging/segmentation/cycif_tonsil_registered.ome.tif', checkIfExists: true) + file(params.modules_testdata_base_path + '/modules/data/imaging/segmentation/cycif_tonsil_registered.ome.tif') ] input[1] = [ [:],