Skip to content

Commit

Permalink
Update workflows/magmap.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
  • Loading branch information
danilodileo and erikrikarddaniel authored Feb 11, 2025
1 parent 2ee274d commit 6731c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/magmap.nf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ workflow MAGMAP {
// Conditionally execute the RENAME_CONTIGS process
if ( params.rename_contigs ) {
ch_genomeinfo
.map { it -> [ it.accno, it.genome_fna ] }
.map { it -> [ [ id: it.accno ], it.genome_fna ] }
.collect()
.set { contigs_ch }

Expand Down

0 comments on commit 6731c46

Please sign in to comment.