From f68323dc4cd135317f441946e30b140b27cdea82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Fri, 12 Apr 2024 14:49:55 +0100 Subject: [PATCH] wrong module name --- pipelines/nextflow/modules/busco/busco_dataset.nf | 4 ++-- pipelines/nextflow/subworkflows/run_busco.nf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/nextflow/modules/busco/busco_dataset.nf b/pipelines/nextflow/modules/busco/busco_dataset.nf index 071ec8b..c92e82d 100644 --- a/pipelines/nextflow/modules/busco/busco_dataset.nf +++ b/pipelines/nextflow/modules/busco/busco_dataset.nf @@ -17,10 +17,10 @@ limitations under the License. */ // pyhton env? -process GET_RUN_ACCESSION_METADATA { +process BUSCO_DATASET { label 'default' - tag "$run_accession" + tag "$taxon_id" input: val(taxon_id) diff --git a/pipelines/nextflow/subworkflows/run_busco.nf b/pipelines/nextflow/subworkflows/run_busco.nf index 9f8ada7..3ab8129 100644 --- a/pipelines/nextflow/subworkflows/run_busco.nf +++ b/pipelines/nextflow/subworkflows/run_busco.nf @@ -18,8 +18,8 @@ limitations under the License. nextflow.enable.dsl=2 -includeConfig '../../../workflows/nextflow.config' -includeConfig '../conf/busco.config' +//includeConfig '../../../workflows/nextflow.config' +//includeConfig '../conf/busco.config' /*