From 9838f76e46939dac22049732648a730336f04867 Mon Sep 17 00:00:00 2001 From: Martin Pippel Date: Mon, 15 Jan 2024 17:16:28 +0100 Subject: [PATCH] Update subworkflows/annotation_preprocessing/main.nf Co-authored-by: Mahesh Binzer-Panchal --- subworkflows/annotation_preprocessing/main.nf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subworkflows/annotation_preprocessing/main.nf b/subworkflows/annotation_preprocessing/main.nf index c404d36..d85c240 100644 --- a/subworkflows/annotation_preprocessing/main.nf +++ b/subworkflows/annotation_preprocessing/main.nf @@ -19,11 +19,11 @@ workflow ANNOTATION_PREPROCESSING { ASSEMBLY_STATS( genome_assembly.mix( ASSEMBLY_PURIFY.out.fasta ) ) ch_busco_in = ASSEMBLY_PURIFY.out.fasta - .combine( ch_busco_lineage ) - .multiMap { fasta, lineage -> - fasta: [ [ id: fasta.baseName ], fasta ] - lineage: lineage - } + .combine( ch_busco_lineage ) + .multiMap { fasta, lineage -> + fasta: [ [ id: fasta.baseName ], fasta ] + lineage: lineage + } BUSCO ( ch_busco_in.fasta, "genome",