Skip to content

Commit

Permalink
Update subworkflows/annotation_preprocessing/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
  • Loading branch information
MartinPippel and mahesh-panchal authored Jan 15, 2024
1 parent 69d5e7c commit 9838f76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions subworkflows/annotation_preprocessing/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9838f76

Please sign in to comment.