From 046103fc360718be9461cf6d762fead5cfbe6152 Mon Sep 17 00:00:00 2001 From: Ian Light Date: Fri, 14 Feb 2025 11:05:51 +0000 Subject: [PATCH] removal of bugged nf-core utils call -- not necessary and errors inconsistently --- subworkflows/local/utils_nfcore_eager_pipeline/main.nf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/subworkflows/local/utils_nfcore_eager_pipeline/main.nf b/subworkflows/local/utils_nfcore_eager_pipeline/main.nf index 0fcf7be6..ffb2b899 100644 --- a/subworkflows/local/utils_nfcore_eager_pipeline/main.nf +++ b/subworkflows/local/utils_nfcore_eager_pipeline/main.nf @@ -118,10 +118,6 @@ workflow PIPELINE_INITIALISATION { } [ meta, r1, r2, bam ] } - .groupTuple() - .map { samplesheet -> - validateInputSamplesheet(samplesheet) - } // - Only single-ended specified for BAM files ch_samplesheet_for_branch.bam