From 8c315b0b4f5ccdff7b74669a3e2d6b3d4b6f4698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Fri, 12 Apr 2024 15:06:20 +0100 Subject: [PATCH] replaced take with input --- pipelines/nextflow/subworkflows/run_busco.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/nextflow/subworkflows/run_busco.nf b/pipelines/nextflow/subworkflows/run_busco.nf index 3ab8129..fdc0205 100644 --- a/pipelines/nextflow/subworkflows/run_busco.nf +++ b/pipelines/nextflow/subworkflows/run_busco.nf @@ -48,7 +48,7 @@ include { CLEANING } from '../modules/cleaning.nf' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ workflow RUN_BUSCO{ - take: + input: tuple val(db_meta), val(busco_mode), bool(copyToFtp) main: